examples/test.js
authorleon <leon@roojs.com>
Thu, 30 Nov 2023 03:59:53 +0000 (11:59 +0800)
committerleon <leon@roojs.com>
Thu, 30 Nov 2023 03:59:53 +0000 (11:59 +0800)
examples/test.js

index e69baa9..c7947e4 100644 (file)
@@ -1,6 +1,6 @@
 Roo.onReady(function() {
     new Roo.htmleditor.FilterHashLink({ node : document.body });
     new Roo.htmleditor.FilterParagraph({ node : document.body });
-    // new Roo.htmleditor.FilterLongBr({ node : document.body });
+    new Roo.htmleditor.FilterLongBr({ node : document.body });
     // new Roo.htmleditor.FilterSpan({ node : document.body });
 });
\ No newline at end of file