tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-11-08 04:53:15 +03:00
parent d033005947
commit 69040c2f4d

View File

@ -2476,7 +2476,12 @@ var Outline = {
// autofocus... // autofocus...
if(this.dom.getAttribute('autofocus') != null){ if(this.dom.getAttribute('autofocus') != null){
/*
setTimeout(function(){
that.focus() }, 0) }
/*/
this.focus() } this.focus() }
//*/
return this }, return this },
} }