Roo/HtmlEditorCore.js
authorleon <leon@roojs.com>
Wed, 14 Feb 2024 07:23:45 +0000 (15:23 +0800)
committerleon <leon@roojs.com>
Wed, 14 Feb 2024 07:23:45 +0000 (15:23 +0800)
Roo/HtmlEditorCore.js

index 2f3d5bf..3eca682 100644 (file)
@@ -376,6 +376,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
             
            
             if (this.enableBlocks) {
+                Roo.htmleditor.Block.initAll(bd);
                 new Roo.htmleditor.FilterBlock({ node : div });
             }