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