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

index ce24f1d..38179f0 100644 (file)
@@ -20,6 +20,7 @@ Roo.extend(Roo.htmleditor.FilterEmpty, Roo.htmleditor.FilterBlack,
  
     replaceTag : function(node)
     {
+        Roo.log(node.tagName);
         // start from child
         if(node.hasChildNodes()) {
             this.walk(node);