Roo/htmleditor/FilterEmpty.js
authorleon <leon@roojs.com>
Mon, 26 Feb 2024 09:06:37 +0000 (17:06 +0800)
committerleon <leon@roojs.com>
Mon, 26 Feb 2024 09:06:37 +0000 (17:06 +0800)
Roo/htmleditor/FilterEmpty.js

index 79c18bc..53d063f 100644 (file)
@@ -22,6 +22,7 @@ Roo.extend(Roo.htmleditor.FilterEmpty, Roo.htmleditor.FilterBlack,
     {
         Roo.log(node.tagName);
         Roo.log(node.innerHTML);
+        Roo.log(node.childNodes.length);
         if (node.childNodes.length != 0) {
             this.walk(node);
         }