mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Chore: uFuzzy 1.0.6 (#64575)
This commit is contained in:
@@ -130,7 +130,7 @@ class FullResultCache {
|
||||
}
|
||||
}
|
||||
// > 1000 matches (unranked)
|
||||
else {
|
||||
else if (idxs) {
|
||||
for (let i = 0; i < idxs.length; i++) {
|
||||
let haystackIdx = idxs[i];
|
||||
dst.push(src[haystackIdx]);
|
||||
|
||||
Reference in New Issue
Block a user