Roo/htmleditor/FilterWord.js
authorleon <leon@roojs.com>
Tue, 3 May 2022 03:24:00 +0000 (11:24 +0800)
committerleon <leon@roojs.com>
Tue, 3 May 2022 03:24:00 +0000 (11:24 +0800)
Roo/htmleditor/FilterWord.js

index a194706..9818f0c 100644 (file)
@@ -15,7 +15,8 @@ Roo.htmleditor.FilterWord = function(cfg)
     // no need to apply config.
     this.replaceDocBullets(cfg.node);
     
-   this.walk(cfg.node);
+    // this is disabled as the removal is done by other filters;
+   // this.walk(cfg.node);
     
     
 }