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

index 908ca6d..df16067 100644 (file)
@@ -20,9 +20,9 @@ Roo.extend(Roo.htmleditor.FilterEmpty, Roo.htmleditor.FilterBlack,
  
     replaceTag : function(node)
     {
+        Roo.log(node.tagName);
         Roo.log(node.innerHTML);
         this.walk(node);
-        Roo.log(node.tagName);
         if(!['B', 'I', 'U', 'S'].includes(node.tagName)) {
             return false;
         }