From 630455c222e7c27999fa4141dc1b438254d7336f Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 18 Dec 2024 17:22:02 +0300 Subject: [PATCH] Set focus to document after click in the left menu --- 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 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); } } },