Skip to content

Commit

Permalink
🐛 Fix broken quick settings command in v3 mode
Browse files Browse the repository at this point in the history
Fixes #194
  • Loading branch information
abe33 committed Jan 6, 2015
1 parent fa548a4 commit 8cbde1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class Main

if atom.config.get('minimap.displayPluginsControls')
@subscriptions.add atom.commands.add 'atom-workspace',
'minimap:open-quick-settings': ->
'minimap:open-quick-settings': =>
editor = atom.workspace.getActiveEditor()
@minimapForEditor(editor).openQuickSettings.mousedown()

Expand Down

0 comments on commit 8cbde1d

Please sign in to comment.