mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-12 06:05:22 +03:00
Catch key index
This commit is contained in:
parent
97dc1a7bea
commit
4a004043f9
@ -672,7 +672,9 @@ export function InProgressPreview({
|
|||||||
setReviewed(review.id);
|
setReviewed(review.id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (previewFrames[key + 1]) {
|
||||||
setKey(key + 1);
|
setKey(key + 1);
|
||||||
|
}
|
||||||
}, MIN_LOAD_TIMEOUT_MS);
|
}, MIN_LOAD_TIMEOUT_MS);
|
||||||
|
|
||||||
// we know that these deps are correct
|
// we know that these deps are correct
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user