mirror of
https://github.com/atom/atom.git
synced 2026-02-05 04:05:05 -05:00
Focus rootView directlly instead of by selector
This commit is contained in:
@@ -32,7 +32,7 @@ class Dialog extends View
|
||||
|
||||
close: ->
|
||||
@remove()
|
||||
$('#root-view').focus()
|
||||
rootView.focus()
|
||||
|
||||
cancel: ->
|
||||
@remove()
|
||||
|
||||
Reference in New Issue
Block a user