forked from Github/frigate
Bugfixes (#14587)
* Ensure review and search item mobile pages reopen correctly * disable pan/pinch/zoom when native browser video controls are displayed * report 0 for storage usage when api returns null
This commit is contained in:
@@ -190,6 +190,7 @@ export default function HlsVideoPlayer({
|
||||
minScale={1.0}
|
||||
wheel={{ smoothStep: 0.005 }}
|
||||
onZoom={(zoom) => setZoomScale(zoom.state.scale)}
|
||||
disabled={!frigateControls}
|
||||
>
|
||||
{frigateControls && (
|
||||
<VideoControls
|
||||
|
||||
Reference in New Issue
Block a user