From 91088d9b789909377ee8389e15a9ef8609650843 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Tue, 1 Feb 2011 10:27:51 +0100 Subject: [PATCH] don't self focus in the constructor --- lib/ace/editor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ace/editor.js b/lib/ace/editor.js index 70c6bf6b..acef5313 100644 --- a/lib/ace/editor.js +++ b/lib/ace/editor.js @@ -84,7 +84,6 @@ var Editor =function(renderer, session) { }); this.setSession(session || new EditSession("")); - this.focus(); }; (function(){