From b0aa288916dd0d949d16263eac807be40da7376b Mon Sep 17 00:00:00 2001 From: Karishma Chadha Date: Thu, 24 May 2018 16:23:08 -0400 Subject: [PATCH] Add info about minimized state to comment xml. --- src/engine/comment.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/engine/comment.js b/src/engine/comment.js index 32a82f499..acd796681 100644 --- a/src/engine/comment.js +++ b/src/engine/comment.js @@ -26,8 +26,9 @@ class Comment { } toXML () { - return `${this.text}`; + return `${this.text}`; } // TODO choose min and defaults for width and height