[SSE] Fix bug 57792

This commit is contained in:
JuliaSvinareva 2022-06-27 00:57:41 +03:00
parent 45aea82e9f
commit 12002da31f

View file

@ -216,6 +216,7 @@ define([
if (this.panelSearch) {
if (this.btnSearchBar.pressed) {
this.panelSearch.show();
this.panelSearch.focus();
} else {
this.panelSearch.hide();
}