Roo/bootstrap/form/HtmlEditorToolbar/Context.js
authorAlan <alan@roojs.com>
Fri, 10 Feb 2023 07:10:38 +0000 (15:10 +0800)
committerAlan <alan@roojs.com>
Fri, 10 Feb 2023 07:10:38 +0000 (15:10 +0800)
Roo/bootstrap/form/HtmlEditorToolbar/Context.js

index aeb92ee..b09cf42 100644 (file)
@@ -320,7 +320,7 @@ Roo.extend(Roo.bootstrap.form.HtmlEditorToolbar.Context, Roo.bootstrap.nav.Simpl
         
         selection.removeAllRanges();
         selection.addRange(range);
-        this.updateToolbar(null, null, null);
+        this.editorcore.fireEditorEvent(false);
         
         
     },