Roo/bootstrap/form/HtmlEditorToolbar/Standard.js
authorAlan <alan@roojs.com>
Thu, 16 Feb 2023 08:08:49 +0000 (16:08 +0800)
committerAlan <alan@roojs.com>
Thu, 16 Feb 2023 08:08:49 +0000 (16:08 +0800)
Roo/bootstrap/form/HtmlEditorToolbar/Standard.js

index adf9366..2748585 100644 (file)
@@ -340,6 +340,8 @@ Roo.extend(Roo.bootstrap.form.HtmlEditorToolbar.Standard, Roo.bootstrap.nav.Simp
                 selection.removeAllRanges();
                 selection.addRange(range);
                 this.updateToolbar(null, null, null);
+                this.editorcore.fireEditorEvent(false);
+                return;
             }   
              
         }