Focus returns to tree view when a dialog is canceled with escape

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-04-30 09:25:45 -07:00
parent daa051339c
commit d0b255e57b
2 changed files with 4 additions and 5 deletions

View File

@@ -180,5 +180,5 @@ class MoveDialog extends View
cancel: ->
@remove()
$('#root-view').focus()
$('.tree-view').focus()