Focus the root view when file finder closes, not an editor. Will test this when we extract it as an extenison.

This commit is contained in:
Nathan Sobo
2012-05-07 15:20:13 -06:00
parent eeb28111f3
commit e60e68b69d

View File

@@ -62,5 +62,5 @@ class FileFinder extends View
fuzzyFilter(@paths, query, maxResults: @maxResults)
remove: ->
$('#panes .editor.active').focus()
$('#root-view').focus()
super