Skip to content

Commit

Permalink
🐛 Should fix non-activation in post update hook
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Dec 5, 2014
1 parent eb4eed2 commit 659ffc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/minimap.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ class Minimap

# Deactivates the minimap package.
deactivate: ->
@active = false
@destroyViews()
@emitter.emit('did-deactivate')

Expand Down

0 comments on commit 659ffc6

Please sign in to comment.