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

index 41f3816..809794d 100644 (file)
@@ -25,7 +25,7 @@ Roo.extend(Roo.htmleditor.FilterEmpty, Roo.htmleditor.FilterBlack,
             node.walk();
         }
 
-        //
+        // only filter empty leaf element with certain tags
         if(
             ['B', 'I', 'U', 'S'].indexOf(node.tagName) < 0
             ||