diff --git a/app/components/SimpleEditor/panes/Comments/CommentBox.js b/app/components/SimpleEditor/panes/Comments/CommentBox.js index 80b7c6248c60a2369f14e687f48f0a6899863670..e9afc3082292d2f02dc321a3700308026595fae2 100644 --- a/app/components/SimpleEditor/panes/Comments/CommentBox.js +++ b/app/components/SimpleEditor/panes/Comments/CommentBox.js @@ -69,7 +69,8 @@ class CommentBox extends Component { .ref('commentReplyButton') .on('click', this.reply) - const inputBox = $$('div').addClass('sc-new-comment') + const inputBox = $$('div') + .addClass('sc-new-comment') .append(textarea, reply, resolve) box