fix #7873 - links to footnotes removed on paste
[roojs1] / Roo / htmleditor / FilterLongBr.js
index 39f464b..c5ebe0b 100644 (file)
@@ -9,7 +9,7 @@
 Roo.htmleditor.FilterLongBr = function(cfg)
 {
     // no need to apply config.
-    this.walk(cfg.node);
+    this.searchTag(cfg.node);
 }
 
 Roo.extend(Roo.htmleditor.FilterLongBr, Roo.htmleditor.Filter,
@@ -43,8 +43,6 @@ Roo.extend(Roo.htmleditor.FilterLongBr, Roo.htmleditor.Filter,
         
         
         
-        
-        
         if (!node.previousSibling) {
             return false;
         }