You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the mouse back into the Atom window. The minimap continues to scroll when you move the mouse. (I expected this, since the minimap won't receive the mouseup event.) If you click in the editor at this point, the minimap goes back to normal and stops scrolling, but...
If you click on the minimap, it gets stuck in the scrolling state.
If you then close the editor, this error is thrown over and over again and Atom must be restarted.
Atom Version: 0.166.0 System: Mac OS X 10.10 Thrown From: minimap package, v3.5.0
Stack Trace
Uncaught TypeError: Cannot read property 'getHeight' of null
At /Users/dominic/.atom/packages/minimap/lib/minimap.coffee:86
TypeError: Cannot read property 'getHeight' of null
at Minimap.module.exports.Minimap.getVisibleHeight (/Users/dominic/.atom/packages/minimap/lib/minimap.coffee:86:25)
at atom-text-editor-minimap.MinimapElement.drag (/Users/dominic/.atom/packages/minimap/lib/minimap-element.coffee:379:27)
at HTMLBodyElement.<anonymous> (/Users/dominic/.atom/packages/minimap/lib/minimap-element.coffee:366:32)
The text was updated successfully, but these errors were encountered:
With V4 enabled:
Atom Version: 0.166.0
System: Mac OS X 10.10
Thrown From: minimap package, v3.5.0
Stack Trace
Uncaught TypeError: Cannot read property 'getHeight' of null
The text was updated successfully, but these errors were encountered: