Skip to content
Snippets Groups Projects
Commit 7dc4b2a7 authored by chris's avatar chris
Browse files

remove empty comment

parent 5385a063
No related branches found
No related tags found
1 merge request!190Find and replace
......@@ -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();
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment