Escape from a tool panel does not emit core:close

This commit is contained in:
probablycorey
2014-01-22 10:13:56 -08:00
parent cc53b6fbef
commit a42a4dd352

View File

@@ -24,9 +24,6 @@
'ctrl-shift-up': 'editor:add-selection-above'
'ctrl-shift-down': 'editor:add-selection-below'
'.tool-panel':
'escape': 'core:close'
'.tool-panel.panel-left, .tool-panel.panel-right':
'escape': 'tool-panel:unfocus'