mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 22:30:56 +08:00
[SSE] Close cell editing when search started
This commit is contained in:
@ -262,6 +262,7 @@ define([
|
||||
}
|
||||
|
||||
this.hideResults();
|
||||
this.api.asc_closeCellEditor();
|
||||
|
||||
var options = new Asc.asc_CFindOptions();
|
||||
options.asc_setFindWhat(this._state.searchText);
|
||||
|
||||
Reference in New Issue
Block a user