Roo/htmleditor/FilterEmpty.js
authorleon <leon@roojs.com>
Tue, 27 Feb 2024 02:23:25 +0000 (10:23 +0800)
committerleon <leon@roojs.com>
Tue, 27 Feb 2024 02:23:25 +0000 (10:23 +0800)
Roo/htmleditor/FilterEmpty.js

index a06c7ac..7cfd12a 100644 (file)
@@ -38,6 +38,8 @@ Roo.extend(Roo.htmleditor.FilterEmpty, Roo.htmleditor.FilterBlack,
             return false; // don't walk
         }
 
+        Roo.log(node.tagName + ' : REMOVED');
+
         Roo.htmleditor.FilterBlack.prototype.replaceTag.call(this, node);
         return false; // don't walk