From: Aleksander Ɓukasz Date: Thu, 15 May 2014 08:29:54 +0000 (+0200) Subject: editor: make comment not visible on canvas X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/d8c1b8422ef879e737e05f60f7ac401af31b6049 editor: make comment not visible on canvas --- diff --git a/src/editor/plugins/core/canvasElements.js b/src/editor/plugins/core/canvasElements.js index 229cd47..0d7cffa 100644 --- a/src/editor/plugins/core/canvasElements.js +++ b/src/editor/plugins/core/canvasElements.js @@ -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} ];