mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-24 07:44:30 +03:00
Fix
This commit is contained in:
parent
1f463e7e5d
commit
75c16916d7
@ -673,8 +673,9 @@ function DetectionReview({
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
setSelectedReviews([]);
|
setSelectedReviews([]);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
return true;
|
break;
|
||||||
case "ArrowDown":
|
case "ArrowDown":
|
||||||
contentRef.current?.scrollBy({
|
contentRef.current?.scrollBy({
|
||||||
top: 100,
|
top: 100,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user