chore(examples): undirectional use bezier connection
This commit is contained in:
@@ -204,7 +204,7 @@ const UpdateNodeInternalsFlow = () => {
|
||||
nodeTypes={nodeTypes}
|
||||
onConnect={onConnect}
|
||||
onPaneClick={onPaneClick}
|
||||
connectionLineType={ConnectionLineType.SmoothStep}
|
||||
connectionLineType={ConnectionLineType.Bezier}
|
||||
connectionMode={ConnectionMode.Loose}
|
||||
onEdgeUpdate={onEdgeUpdate}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user