[DE] Make new search: fix opening after escape
This commit is contained in:
parent
dbf08b77bc
commit
8763262670
|
@ -848,6 +848,10 @@ define([
|
||||||
return false;
|
return false;
|
||||||
case 'escape':
|
case 'escape':
|
||||||
// if (!this.leftMenu.isOpened()) return true;
|
// if (!this.leftMenu.isOpened()) return true;
|
||||||
|
var btnSearch = this.getApplication().getController('Viewport').header.btnSearch;
|
||||||
|
btnSearch.pressed && btnSearch.toggle(false);
|
||||||
|
this.leftMenu._state.isSearchOpen && (this.leftMenu._state.isSearchOpen = false);
|
||||||
|
|
||||||
if ( this.leftMenu.menuFile.isVisible() ) {
|
if ( this.leftMenu.menuFile.isVisible() ) {
|
||||||
if (Common.UI.HintManager.needCloseFileMenu())
|
if (Common.UI.HintManager.needCloseFileMenu())
|
||||||
this.leftMenu.menuFile.hide();
|
this.leftMenu.menuFile.hide();
|
||||||
|
|
Loading…
Reference in a new issue