refactor(connections): allow graphs with nodes that have only source handles

This commit is contained in:
moklick
2020-12-24 11:24:54 +01:00
parent c17472b52e
commit f64710e164
3 changed files with 16 additions and 5 deletions
+2 -1
View File
@@ -242,9 +242,10 @@ const GraphView = ({
onElementClick={onElementClick}
connectionLineType={connectionLineType}
connectionLineStyle={connectionLineStyle}
connectionLineComponent={connectionLineComponent}
connectionMode={connectionMode}
arrowHeadColor={arrowHeadColor}
markerEndId={markerEndId}
connectionLineComponent={connectionLineComponent}
onEdgeUpdate={onEdgeUpdate}
onlyRenderVisibleElements={onlyRenderVisibleElements}
/>