mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 17:14:26 +03:00
fix pointer events causing context menu to end up underneath image on iOS
This commit is contained in:
parent
db66dc2c02
commit
3e7c7502ef
@ -327,7 +327,7 @@ export default function LivePlayer({
|
|||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<AutoUpdatingCameraImage
|
<AutoUpdatingCameraImage
|
||||||
className="size-full"
|
className="pointer-events-none size-full"
|
||||||
camera={cameraConfig.name}
|
camera={cameraConfig.name}
|
||||||
showFps={false}
|
showFps={false}
|
||||||
reloadInterval={stillReloadInterval}
|
reloadInterval={stillReloadInterval}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user