diff --git a/experiments/outline-editor/editor.js b/experiments/outline-editor/editor.js index d9822f1..bbefb8e 100755 --- a/experiments/outline-editor/editor.js +++ b/experiments/outline-editor/editor.js @@ -2476,7 +2476,12 @@ var Outline = { // autofocus... if(this.dom.getAttribute('autofocus') != null){ + /* + setTimeout(function(){ + that.focus() }, 0) } + /*/ this.focus() } + //*/ return this }, }