From 8512f5061b2da00ec58fd191228cf7c6f7ea5304 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 8 Sep 2017 14:25:25 +0300 Subject: [PATCH] Fix Bug 35787. --- apps/common/main/lib/view/Comments.js | 1 + 1 file changed, 1 insertion(+) 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');