Roo/htmleditor/Filter.js
authorleon <leon@roojs.com>
Thu, 30 Nov 2023 03:47:56 +0000 (11:47 +0800)
committerleon <leon@roojs.com>
Thu, 30 Nov 2023 03:47:56 +0000 (11:47 +0800)
Roo/htmleditor/Filter.js

index 55ec26f..0fa8d3c 100644 (file)
@@ -106,6 +106,9 @@ Roo.htmleditor.Filter.prototype = {
 
         Roo.each(Array.from(els), function(e){
             Roo.log(e);
+            if(this.replaceTag) {
+                this.replaceTag(e);
+            }
         });
     }
 };
\ No newline at end of file