mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
fixed dom updating
This commit is contained in:
@ -364,6 +364,7 @@ define([
|
||||
onApiGetTextAroundSearch: function (data) {
|
||||
if (this.view && this._state.isStartedAddingResults) {
|
||||
this._state.isStartedAddingResults = false;
|
||||
this.hideResults();
|
||||
if (data.length > 300 || !data.length) return;
|
||||
var me = this,
|
||||
selectedInd;
|
||||
|
||||
Reference in New Issue
Block a user