fix(edges): edges not connecting when mixed with top/btm & left/right

This commit is contained in:
Braks
2022-03-23 06:47:57 +01:00
parent ea93d553b8
commit f7c939e683
2 changed files with 77 additions and 19 deletions
+1
View File
@@ -181,6 +181,7 @@ export interface GetBezierPathParams {
targetX: number
targetY: number
targetPosition?: Position
curvature?: number
centerX?: number
centerY?: number
}