refactor(wrapEdge): pass source and target handle ids to edge closes #814
This commit is contained in:
@@ -166,6 +166,8 @@ export default (EdgeComponent: ComponentType<EdgeProps>) => {
|
||||
sourcePosition={sourcePosition}
|
||||
targetPosition={targetPosition}
|
||||
markerEndId={markerEndId}
|
||||
sourceHandleId={sourceHandleId}
|
||||
targetHandleId={targetHandleId}
|
||||
/>
|
||||
{handleEdgeUpdate && (
|
||||
<g
|
||||
|
||||
Reference in New Issue
Block a user