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
+1 -1
View File
@@ -131,7 +131,7 @@ const ReactFlow = ({
onSelectionDrag,
onSelectionDragStop,
onSelectionContextMenu,
connectionMode,
connectionMode = ConnectionMode.Strict,
connectionLineType = ConnectionLineType.Bezier,
connectionLineStyle,
connectionLineComponent,