Roo/htmleditor/FilterEmpty.js
authorleon <leon@roojs.com>
Mon, 26 Feb 2024 08:48:40 +0000 (16:48 +0800)
committerleon <leon@roojs.com>
Mon, 26 Feb 2024 08:48:40 +0000 (16:48 +0800)
Roo/htmleditor/FilterEmpty.js

index 1e237c5..4e66f65 100644 (file)
@@ -25,7 +25,7 @@ Roo.extend(Roo.htmleditor.FilterEmpty, Roo.htmleditor.FilterBlack,
             this.walk(ar[i]);
         }
         if(!in_array(node.tagName, ['B', 'I', 'U', 'S'])) {
-            return true;
+            return false;
         }
 
         if (node.innerHTML.trim() != '') {