From: leon Date: Wed, 14 Feb 2024 07:11:30 +0000 (+0800) Subject: Roo/HtmlEditorCore.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=b7f4466690d422056781bc9a7678fee331759a3e Roo/HtmlEditorCore.js --- diff --git a/Roo/HtmlEditorCore.js b/Roo/HtmlEditorCore.js index 75243d4f90..3eca682469 100644 --- a/Roo/HtmlEditorCore.js +++ b/Roo/HtmlEditorCore.js @@ -376,7 +376,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { if (this.enableBlocks) { - Roo.htmleditor.Block.initAll(this.doc.body); + Roo.htmleditor.Block.initAll(bd); new Roo.htmleditor.FilterBlock({ node : div }); }