mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
Correctly set the snapPoints
This commit is contained in:
parent
60923ac1e3
commit
f86c8225a6
@ -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