Roo/htmleditor/Filter.js
authorleon <leon@roojs.com>
Mon, 20 Nov 2023 06:56:12 +0000 (14:56 +0800)
committerleon <leon@roojs.com>
Mon, 20 Nov 2023 06:56:12 +0000 (14:56 +0800)
Roo/htmleditor/Filter.js

index 39d560b..5213919 100644 (file)
@@ -94,7 +94,10 @@ Roo.htmleditor.Filter.prototype = {
             if(this.replaceTag) {
                 this.replaceTag(els[i]);
             }
-            Roo.log(els.length);
+            if(l == els - 1) {
+                l = els - 1;
+                i --;
+            }
         }
     }
 };
\ No newline at end of file