mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-30 13:48:07 +02:00
Correctly set the snapPoints (#19206)
This commit is contained in:
parent
60923ac1e3
commit
7680b050b4
@ -734,7 +734,7 @@ export default function MasksAndZonesView({
|
|||||||
hoveredPolygonIndex={hoveredPolygonIndex}
|
hoveredPolygonIndex={hoveredPolygonIndex}
|
||||||
selectedZoneMask={selectedZoneMask}
|
selectedZoneMask={selectedZoneMask}
|
||||||
activeLine={activeLine}
|
activeLine={activeLine}
|
||||||
snapPoints={true}
|
snapPoints={snapPoints}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<Skeleton className="size-full" />
|
<Skeleton className="size-full" />
|
||||||
|
Loading…
Reference in New Issue
Block a user