[SSE] Close cell editing when search started

This commit is contained in:
JuliaSvinareva
2023-02-03 17:23:07 +03:00
parent 5071c556a0
commit d97002647c

View File

@ -262,6 +262,7 @@ define([
}
this.hideResults();
this.api.asc_closeCellEditor();
var options = new Asc.asc_CFindOptions();
options.asc_setFindWhat(this._state.searchText);