mirror of
https://github.com/atom/atom.git
synced 2026-02-10 06:35:00 -05:00
Focus returns to tree view when a dialog is canceled with escape
This commit is contained in:
@@ -180,5 +180,5 @@ class MoveDialog extends View
|
||||
|
||||
cancel: ->
|
||||
@remove()
|
||||
$('#root-view').focus()
|
||||
$('.tree-view').focus()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user