We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 754986d + 0f6dc2f commit 0b26688Copy full SHA for 0b26688
lib/minimap-view.coffee
@@ -44,6 +44,9 @@ class MinimapView extends View
44
@on 'mousedown', '.minimap-visible-area', @onDragStart
45
46
@subscribe @paneView.model.$activeItem, @onActiveItemChanged
47
+ # Fixed item move to other pane.
48
+ @subscribe @paneView.model, 'item-removed', (item) -> item.off '.minimap'
49
+
50
@subscribe @miniEditorView, 'minimap:updated', @updateMinimapView
51
52
@subscribe $(window), 'resize:end', @onScrollViewResized
0 commit comments