From 16669fc7773beb9601b15ca55095fe76e367886a Mon Sep 17 00:00:00 2001 From: leon Date: Tue, 26 Apr 2022 16:13:20 +0800 Subject: [PATCH] Changed Roo/form/HtmlEditor/ToolbarContext.js --- Roo/form/HtmlEditor/ToolbarContext.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Roo/form/HtmlEditor/ToolbarContext.js b/Roo/form/HtmlEditor/ToolbarContext.js index e2413dc718..bad87793b2 100644 --- a/Roo/form/HtmlEditor/ToolbarContext.js +++ b/Roo/form/HtmlEditor/ToolbarContext.js @@ -738,7 +738,9 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarContext.prototype, { //_this.updateToolbar(null, null, pn); _this.updateToolbar(null, null, null); _this.updateFooter(false); - + + + editorcore.syncValue(); } } -- 2.39.2