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

index 0851040..ce24f1d 100644 (file)
@@ -22,7 +22,7 @@ Roo.extend(Roo.htmleditor.FilterEmpty, Roo.htmleditor.FilterBlack,
     {
         // start from child
         if(node.hasChildNodes()) {
-            node.walk();
+            this.walk(node);
         }
 
         // only filter empty leaf element with certain tags