From f2689269a2a28287e338dbca978ed7bbeaf2c060 Mon Sep 17 00:00:00 2001 From: Alan Date: Tue, 18 Jan 2022 11:35:44 +0800 Subject: [PATCH] fix dialog on htmleditor link --- Roo/form/HtmlEditor/ToolbarStandard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. }, -- 2.39.2