[SSE] Fix bug 57792
This commit is contained in:
parent
45aea82e9f
commit
12002da31f
|
@ -216,6 +216,7 @@ define([
|
|||
if (this.panelSearch) {
|
||||
if (this.btnSearchBar.pressed) {
|
||||
this.panelSearch.show();
|
||||
this.panelSearch.focus();
|
||||
} else {
|
||||
this.panelSearch.hide();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue