refactor(wrapEdge): pass source and target handle ids to edge closes #814

This commit is contained in:
moklick
2021-01-11 12:51:03 +01:00
parent 9bcee632f7
commit 782d567851
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -166,6 +166,8 @@ export default (EdgeComponent: ComponentType<EdgeProps>) => {
sourcePosition={sourcePosition}
targetPosition={targetPosition}
markerEndId={markerEndId}
sourceHandleId={sourceHandleId}
targetHandleId={targetHandleId}
/>
{handleEdgeUpdate && (
<g