From 12002da31f993c301889b591e3f15eb19760feab Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Mon, 27 Jun 2022 00:57:41 +0300 Subject: [PATCH] [SSE] Fix bug 57792 --- apps/spreadsheeteditor/main/app/view/LeftMenu.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/spreadsheeteditor/main/app/view/LeftMenu.js b/apps/spreadsheeteditor/main/app/view/LeftMenu.js index 46052302c..4d07dc04b 100644 --- a/apps/spreadsheeteditor/main/app/view/LeftMenu.js +++ b/apps/spreadsheeteditor/main/app/view/LeftMenu.js @@ -216,6 +216,7 @@ define([ if (this.panelSearch) { if (this.btnSearchBar.pressed) { this.panelSearch.show(); + this.panelSearch.focus(); } else { this.panelSearch.hide(); }