From a8cad525555d556218e565aac3a07bfc01e13b54 Mon Sep 17 00:00:00 2001 From: leon Date: Wed, 14 Feb 2024 15:10:45 +0800 Subject: [PATCH] Changed Roo/HtmlEditorCore.js --- Roo/HtmlEditorCore.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Roo/HtmlEditorCore.js b/Roo/HtmlEditorCore.js index 2f3d5bf48a..75243d4f90 100644 --- a/Roo/HtmlEditorCore.js +++ b/Roo/HtmlEditorCore.js @@ -376,6 +376,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { if (this.enableBlocks) { + Roo.htmleditor.Block.initAll(this.doc.body); new Roo.htmleditor.FilterBlock({ node : div }); } -- 2.39.2