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 f952134 + 59cd5be commit 0f6dc2fCopy full SHA for 0f6dc2f
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