Skip to content

Commit 95c421c

Browse files
committed
unsubscribe scrollView events
Signed-off-by: fundon <[email protected]>
1 parent c7d53c0 commit 95c421c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/minimap-view.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ class MinimapView extends View
9494

9595
unsubscribeFromEditor: ->
9696
@unsubscribe @editor, '.minimap'
97+
@unsubscribe @scrollView, '.minimap'
9798

9899
subscribeToEditor: ->
99100
@subscribe @editor, 'screen-lines-changed.minimap', @updateMinimapEditorView

0 commit comments

Comments
 (0)