mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 21:25:24 +03:00
Hide motion playback controls during scrubbing
This commit is contained in:
parent
fb7cfe5471
commit
6f799869ef
@ -898,6 +898,7 @@ function MotionReview({
|
||||
)}
|
||||
</div>
|
||||
|
||||
{!scrubbing && (
|
||||
<VideoControls
|
||||
className="absolute bottom-16 left-1/2 -translate-x-1/2"
|
||||
features={{
|
||||
@ -927,6 +928,7 @@ function MotionReview({
|
||||
onSetPlaybackRate={setPlaybackRate}
|
||||
show={currentTime < timeRange.before - 4}
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user