mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +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) {
|
onApiGetTextAroundSearch: function (data) {
|
||||||
if (this.view && this._state.isStartedAddingResults) {
|
if (this.view && this._state.isStartedAddingResults) {
|
||||||
this._state.isStartedAddingResults = false;
|
this._state.isStartedAddingResults = false;
|
||||||
|
this.hideResults();
|
||||||
if (data.length > 300 || !data.length) return;
|
if (data.length > 300 || !data.length) return;
|
||||||
var me = this,
|
var me = this,
|
||||||
selectedInd;
|
selectedInd;
|
||||||
|
|||||||
Reference in New Issue
Block a user