Changed Roo/HtmlEditorCore.jsRoo/htmleditor/BlockFigure.js
[roojs1] / Roo / HtmlEditorCore.js
index c792173..c7cfbcc 100644 (file)
@@ -629,6 +629,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
             new Roo.htmleditor.FilterParagraph({ node : d });
             new Roo.htmleditor.FilterSpan({ node : d });
             new Roo.htmleditor.FilterLongBr({ node : d });
+            new Roo.htmleditor.FilterComment({ node : d });
         }
         if (this.enableBlocks) {