From 69040c2f4dac61e1207d9cab2f19e9cb4ea1826d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 8 Nov 2023 04:53:15 +0300 Subject: [PATCH] tweaking... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/editor.js | 5 +++++ 1 file changed, 5 insertions(+) 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 }, }