diff --git a/wax-prosemirror-components/src/components/comments/ConnectedComment.js b/wax-prosemirror-components/src/components/comments/ConnectedComment.js
index 9451c4af54e9ecd0c22fa6f0a70cabd0b7ed0ccd..3ca1025f1bf75a70ef7ebe9bd14e6365c2322ca9 100644
--- a/wax-prosemirror-components/src/components/comments/ConnectedComment.js
+++ b/wax-prosemirror-components/src/components/comments/ConnectedComment.js
@@ -128,7 +128,7 @@ export default ({ comment, top, commentId, recalculateTops }) => {
     //   onClickPost(content);
     // }
 
-    if (content === '' && isNewComment) {
+    if (comment.attrs.conversation.length === 0 && isNewComment) {
       onClickResolve();
       activeView.focus();
     }