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

Roo/htmleditor/Filter.js

index 9180ff4..d6a5b78 100644 (file)
@@ -86,6 +86,7 @@ Roo.htmleditor.Filter.prototype = {
         }
 
         Roo.each( Array.from(dom.getElementsByTagName(this.tag)), function(e) {
+            Roo.log(e);
             if(this.replaceTag) {
                 this.replaceTag(e);
             }