these only need a tiny bit of timeout

This commit is contained in:
Corey Johnson
2011-09-02 19:28:19 -07:00
parent 4b66101755
commit 7309d86bfb

View File

@@ -53,7 +53,7 @@ exports.resize = (e) ->
setTimeout ->
editor.focus()
editor.resize()
, 200
, 1
bindKey 'open', 'Command-O', (env, args, request) ->