From 7309d86bfb294d14f53614303b5e4970508466e7 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Fri, 2 Sep 2011 19:28:19 -0700 Subject: [PATCH] these only need a tiny bit of timeout --- src/editor.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor.coffee b/src/editor.coffee index 73b657485..bf9ec5ace 100644 --- a/src/editor.coffee +++ b/src/editor.coffee @@ -53,7 +53,7 @@ exports.resize = (e) -> setTimeout -> editor.focus() editor.resize() - , 200 + , 1 bindKey 'open', 'Command-O', (env, args, request) ->