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.
1 parent 218399f commit adc6fddCopy full SHA for adc6fdd
lib/minimap-view.coffee
@@ -33,6 +33,8 @@ class MinimapView extends View
33
@miniScrollView = @miniEditorView.scrollView
34
@minimapScroll = 0
35
36
+ @transform @miniWrapper[0], @minimapScale
37
+
38
initialize: ->
39
40
isPressed = false
@@ -78,8 +80,6 @@ class MinimapView extends View
78
80
@paneView.removeClass('with-minimap')
79
81
@detachFromPaneView()
82
- resetMinimapTransform: -> @transform @miniWrapper[0], @scale()
-
83
minimapIsAttached: -> @paneView.find('.minimap').length is 1
84
85
# EDITOR VIEW MANAGEMENT
0 commit comments