Roo/htmleditor/FilterKeepChildren.js
authorAlan <alan@roojs.com>
Thu, 7 Jul 2022 02:16:39 +0000 (10:16 +0800)
committerAlan <alan@roojs.com>
Thu, 7 Jul 2022 02:16:39 +0000 (10:16 +0800)
Roo/htmleditor/FilterKeepChildren.js

index 14989b9..29b62dd 100644 (file)
@@ -58,6 +58,7 @@ Roo.extend(Roo.htmleditor.FilterKeepChildren, Roo.htmleditor.FilterBlack,
                 
             }
         }
+        Roo.log("REMOVE:" + node.tagName);
         node.parentNode.removeChild(node);
         return false; // don't walk children