Fix Bug 43647

This commit is contained in:
Julia Radzhabova 2019-11-27 14:54:47 +03:00
parent d72fcfd6d1
commit b738ce8540

View file

@ -348,6 +348,8 @@ define([
this.onAfterHideMenu(e);
return false;
} else if (this.search && e.keyCode > 64 && e.keyCode < 91 && e.key){
if (typeof this._search !== 'object') return;
var me = this;
clearTimeout(this._search.timer);
this._search.timer = setTimeout(function () { me._search = {}; }, 1000);