Merge branch 'refactor/nested-relative' into feat/interaction-classnames

This commit is contained in:
Christopher Möller
2021-11-18 16:30:11 +01:00
26 changed files with 185 additions and 165 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ const Edge = memo(
targetPosition={targetPosition}
elementsSelectable={elementsSelectable}
markerEndId={markerEndId}
isHidden={edge.isHidden}
hidden={edge.hidden}
onConnectEdge={onConnectEdge}
handleEdgeUpdate={typeof onEdgeUpdate !== 'undefined'}
onContextMenu={onEdgeContextMenu}