Roo/htmleditor/FilterWord.js
authorAlan <alan@roojs.com>
Thu, 17 Mar 2022 08:40:36 +0000 (16:40 +0800)
committerAlan <alan@roojs.com>
Thu, 17 Mar 2022 08:40:36 +0000 (16:40 +0800)
Roo/htmleditor/FilterWord.js

index 3af0cd3..7e6e19f 100644 (file)
 Roo.htmleditor.FilterWord = function(cfg)
 {
     // no need to apply config.
+    this.replaceBullets(cfg.node)
+    
     this.walk(cfg.node);
+    
+    
 }
 
 Roo.extend(Roo.htmleditor.FilterWord, Roo.htmleditor.Filter,