From: Alan Date: Tue, 18 Jan 2022 03:35:44 +0000 (+0800) Subject: fix dialog on htmleditor link X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=f2689269a2a28287e338dbca978ed7bbeaf2c060 fix dialog on htmleditor link --- diff --git a/Roo/form/HtmlEditor/ToolbarStandard.js b/Roo/form/HtmlEditor/ToolbarStandard.js index d72555f62c..d054fab06b 100644 --- a/Roo/form/HtmlEditor/ToolbarStandard.js +++ b/Roo/form/HtmlEditor/ToolbarStandard.js @@ -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. },