mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 21:55:19 +08:00
[SSE] Fix search
This commit is contained in:
@ -367,6 +367,7 @@ define([
|
||||
},
|
||||
|
||||
onApiRemoveTextAroundSearch: function (arr) {
|
||||
if (!this.resultItems) return;
|
||||
var me = this;
|
||||
arr.forEach(function (id) {
|
||||
var ind = _.findIndex(me.resultItems, {id: id});
|
||||
|
||||
Reference in New Issue
Block a user