diff --git a/apps/common/main/lib/view/Comments.js b/apps/common/main/lib/view/Comments.js index 488006634..bcd4560c8 100644 --- a/apps/common/main/lib/view/Comments.js +++ b/apps/common/main/lib/view/Comments.js @@ -1060,6 +1060,7 @@ define([ me.fireEvent('comment:removeReply', [commentId, replyId]); } else { me.fireEvent('comment:remove', [commentId]); + Common.NotificationCenter.trigger('edit:complete', me); } me.fireEvent('comment:closeEditing');