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

index 295f026..23490f1 100644 (file)
@@ -44,7 +44,7 @@ Roo.extend(Roo.htmleditor.FilterParagraph, Roo.htmleditor.Filter,
         // double BR.
         node.parentNode.insertBefore(node.ownerDocument.createElement('BR'), node);
         node.parentNode.insertBefore(node.ownerDocument.createElement('BR'), node);
-        node.parentNode.removeChild(node);
+        // node.parentNode.removeChild(node);
         
         return false;