feat(edges): add pointerRadius prop to edges

This commit is contained in:
braks
2022-11-13 08:42:06 +01:00
committed by Braks
parent c8c9daffb7
commit a4fd0ebda4
9 changed files with 32 additions and 1 deletions
@@ -190,6 +190,7 @@ const Wrapper = defineComponent({
targetY,
sourceHandleId: edge.sourceHandle,
targetHandleId: edge.targetHandle,
pointerRadius: edge.pointerRadius,
}),
[