Roo/HtmlEditorCore.js
authorleon <leon@roojs.com>
Tue, 3 May 2022 03:28:10 +0000 (11:28 +0800)
committerleon <leon@roojs.com>
Tue, 3 May 2022 03:28:10 +0000 (11:28 +0800)
Roo/HtmlEditorCore.js

index 4901ff5..9dd9a11 100644 (file)
@@ -1320,6 +1320,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
     {
         console.log("HtmlEditorCore cleanWord");
         new Roo.htmleditor.FilterWord({ node : node ? node : this.doc.body });
+        new Roo.htmleditor.FilterKeepChildren({node : d, tag : [ 'FONT', ':' ]} );
         
     },