[SSE] Bug 58086
This commit is contained in:
parent
a2fb77792d
commit
a3ce08a602
|
@ -158,7 +158,7 @@ define([
|
|||
this._state.lookInFormulas = value;
|
||||
break;
|
||||
}
|
||||
if (runSearch && this._state.searchText) {
|
||||
if (runSearch) {
|
||||
this.hideResults();
|
||||
if (this.onQuerySearch()) {
|
||||
this.searchTimer && clearInterval(this.searchTimer);
|
||||
|
|
Loading…
Reference in a new issue