editor: canvas - do not break an empty paragraph on ENTER
[fnpeditor.git] / src / editor / modules / documentCanvas / canvas / documentElement.js
index c0dd361..a1965cd 100644 (file)
@@ -241,6 +241,9 @@ $.extend(DocumentNodeElement.prototype, {
         // })
         this.dom.css('display', what);
         this._container().css('display', what);
+    },
+    children: function() {
+        return [];
     }
 });