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

index 56797e2..fdd634a 100644 (file)
@@ -23,6 +23,8 @@ Roo.extend(Roo.htmleditor.FilterEmpty, Roo.htmleditor.FilterBlack,
         if(node.hasChildNodes()) {
             node.walk();
         }
+
+        if(!['B', 'I', 'U', 'S'].indexOf(node.tagName) > -1))
         if (node.attributes && node.attributes.length > 0 || node.childNodes.length > 0) {
             return true;
         }