Skip to content

Commit 9063b63

Browse files
committed
minimap-visible-area went to top when scroll-left-changed
1 parent d54e5bb commit 9063b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/minimap-view.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class MinimapView extends View
9191
subscribeToEditor: ->
9292
@subscribe @editor, 'screen-lines-changed.minimap', @updateMinimapEditorView
9393
@subscribe @editor, 'scroll-top-changed.minimap', @updateScroll
94-
@subscribe @editor, 'scroll-left-changed.minimap', @updateScroll
94+
#@subscribe @editor, 'scroll-left-changed.minimap', @updateScroll
9595

9696
getEditorView: -> @paneView.viewForItem(@activeItem)
9797

0 commit comments

Comments
 (0)