mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
Only show when not scrubbing
This commit is contained in:
parent
6d4e946816
commit
92ef756db2
@ -177,7 +177,7 @@ export default function DynamicVideoPlayer({
|
||||
)}
|
||||
</HlsVideoPlayer>
|
||||
</div>
|
||||
{isLoading && <Skeleton className="size-full" />}
|
||||
{isLoading && !isScrubbing && <Skeleton className="size-full" />}
|
||||
<PreviewPlayer
|
||||
className={`${isScrubbing ? "visible" : "hidden"} ${className ?? ""}`}
|
||||
camera={camera}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user