mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
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:
@@ -62,5 +62,5 @@ class FileFinder extends View
|
||||
fuzzyFilter(@paths, query, maxResults: @maxResults)
|
||||
|
||||
remove: ->
|
||||
$('#panes .editor.active').focus()
|
||||
$('#root-view').focus()
|
||||
super
|
||||
|
||||
Reference in New Issue
Block a user