Fix Bug 35787.

This commit is contained in:
Julia Radzhabova 2017-09-08 14:25:25 +03:00
parent f552caed5f
commit 8512f5061b

View file

@ -1060,6 +1060,7 @@ define([
me.fireEvent('comment:removeReply', [commentId, replyId]); me.fireEvent('comment:removeReply', [commentId, replyId]);
} else { } else {
me.fireEvent('comment:remove', [commentId]); me.fireEvent('comment:remove', [commentId]);
Common.NotificationCenter.trigger('edit:complete', me);
} }
me.fireEvent('comment:closeEditing'); me.fireEvent('comment:closeEditing');