[BUG] circle and threePointArc and other overlay fixes (#6409)
* fix length constrainting * conflicet * fix circle center constraints * fix up circle remove constraints more and add test * fix three point arc overlays and add test for it * fixes * console log * fix tangential arc stuff * fmt * fix unit test * fix console error when selectiong arc
This commit is contained in:
@ -273,7 +273,7 @@ export type SegmentOverlayPayload =
|
||||
}
|
||||
| { type: 'clear' }
|
||||
| {
|
||||
type: 'add-many'
|
||||
type: 'set-many'
|
||||
overlays: SegmentOverlays
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user