[SSE] Fix search

This commit is contained in:
JuliaSvinareva 2022-10-12 18:38:21 +03:00
parent 659e7cec50
commit f83b4e55b1

View file

@ -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});