Fix index variable in fuse worker

pull/10544/head
Bogdan 3 months ago
parent 2a3d595a66
commit ab13fb6e99

@ -34,7 +34,7 @@ function getSuggestions(movies, value) {
key: 'title'
}
],
arrayIndex: 0
refIndex: 0
});
if (suggestions.length > limit) {
break;

Loading…
Cancel
Save