Skip to content

Commit

Permalink
🐛 Fix independent minimap no longer working on latest atom version
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Jul 24, 2017
1 parent 48e6595 commit 29bd6b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/minimap.js
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,7 @@ class Minimap {
* @access private
*/
onMouseWheel (event) {
event.stopPropagation();
if (!this.canScroll()) { return }

const {wheelDeltaY} = event
Expand Down

0 comments on commit 29bd6b3

Please sign in to comment.