Fix index variable in fuse worker

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

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

Loading…
Cancel
Save