diff --git a/apps/spreadsheeteditor/main/app/controller/Search.js b/apps/spreadsheeteditor/main/app/controller/Search.js index 9ae4de9f0..0355493be 100644 --- a/apps/spreadsheeteditor/main/app/controller/Search.js +++ b/apps/spreadsheeteditor/main/app/controller/Search.js @@ -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);