mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
Merge pull request 'fixed dom updating' (#826) from fix/search-items-update into release/v9.2.0
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