chore(edges): cleanup types

This commit is contained in:
moklick
2022-09-27 16:00:02 +02:00
parent ae1ae785aa
commit 90418e36fa
5 changed files with 28 additions and 58 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ export function getMouseHandler(
}
// this is used for straight edges and simple smoothstep edges (LTR, RTL, BTT, TTB)
export function getSimpleEdgeCenter({
export function getEdgeCenter({
sourceX,
sourceY,
targetX,