diff --git a/apps/common/main/lib/view/Comments.js b/apps/common/main/lib/view/Comments.js index dcf34a1dad..31fd74a4d2 100644 --- a/apps/common/main/lib/view/Comments.js +++ b/apps/common/main/lib/view/Comments.js @@ -300,6 +300,7 @@ define([ } } me.fireEvent('comment:show', [commentId, false, isTextSelected]); + Common.NotificationCenter.trigger('edit:complete', me); } } },