forked from Github/frigate
Handle middle mouse button clicks (#13678)
* Handle middle mouse button clicks * Fix up
This commit is contained in:
@@ -131,6 +131,11 @@ export function AnimatedEventCard({
|
||||
<div
|
||||
className="size-full cursor-pointer overflow-hidden rounded md:rounded-lg"
|
||||
onClick={onOpenReview}
|
||||
onAuxClick={() =>
|
||||
window
|
||||
.open(`${baseUrl}review?id=${event.id}`, "_blank")
|
||||
?.focus()
|
||||
}
|
||||
>
|
||||
{!alertVideos ? (
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user