fix dialog on htmleditor link
authorAlan <alan@roojs.com>
Tue, 18 Jan 2022 03:35:44 +0000 (11:35 +0800)
committerAlan <alan@roojs.com>
Tue, 18 Jan 2022 03:35:44 +0000 (11:35 +0800)
Roo/form/HtmlEditor/ToolbarStandard.js

index d72555f..d054fab 100644 (file)
@@ -535,7 +535,7 @@ Roo.form.HtmlEditor.ToolbarStandard.prototype = {
                     ec.relayCmd('createlink', url);
                 }
             });
-    }).defer(100, this); // we have to defer this , otherwise the mouse click gives focus to the main window.
+        }).defer(100, this); // we have to defer this , otherwise the mouse click gives focus to the main window.
         
     },