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

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