Roo/htmleditor/Filter.js
authorleon <leon@roojs.com>
Mon, 20 Nov 2023 05:20:19 +0000 (13:20 +0800)
committerleon <leon@roojs.com>
Mon, 20 Nov 2023 05:20:19 +0000 (13:20 +0800)
Roo/htmleditor/Filter.js

index ea22bed..f083857 100644 (file)
@@ -81,7 +81,7 @@ Roo.htmleditor.Filter.prototype = {
 
     walkTag : function(dom)
     {
-        this.walk(dom);
+        // this.walk(dom);
         if(this.tag === false) {
             return;
         }