Merge pull request #204 from github/command-panel-esc

support escape key to exit command panel
This commit is contained in:
Justin Palmer
2013-01-31 10:39:24 -08:00

View File

@@ -83,7 +83,7 @@ class PreviewList extends ScrollView
editSession = @rootView.open(operation.getPath())
bufferRange = operation.execute(editSession)
editSession.setSelectedBufferRange(bufferRange, autoscroll: true) if bufferRange
@rootView.focus()
@.focus()
false
getPathCount: ->