forked from Github/frigate
Timeline tweaks (#10816)
* limit handles from overdragging when segments don't fill up timeline * use separate state for switch * add key
This commit is contained in:
@@ -830,7 +830,7 @@ function MotionReview({
|
||||
}
|
||||
const detectionType = getDetectionType(camera.name);
|
||||
return (
|
||||
<div className={`relative ${spans}`}>
|
||||
<div key={camera.name} className={`relative ${spans}`}>
|
||||
<PreviewPlayer
|
||||
key={camera.name}
|
||||
className={`rounded-2xl ${spans} ${grow}`}
|
||||
|
||||
Reference in New Issue
Block a user