editor: make comment not visible on canvas
[fnpeditor.git] / src / editor / plugins / core / canvasElements.js
index 229cd47..0d7cffa 100644 (file)
@@ -111,7 +111,7 @@ $.extend(footnote, {
 
 
 return [
-    {tag: 'aside', klass: 'comment', prototype: comment},
+    {tag: 'aside', klass: 'comment', prototype: null},
     {tag: 'aside', klass: 'footnote', prototype: footnote},
     {tag: 'span', klass: 'link', prototype: linkElement}
 ];