feat(edges): add pointerRadius prop to edges
This commit is contained in:
@@ -190,6 +190,7 @@ const Wrapper = defineComponent({
|
||||
targetY,
|
||||
sourceHandleId: edge.sourceHandle,
|
||||
targetHandleId: edge.targetHandle,
|
||||
pointerRadius: edge.pointerRadius,
|
||||
}),
|
||||
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user