chore(examples): undirectional use bezier connection

This commit is contained in:
moklick
2021-11-02 14:51:31 +01:00
parent 3245aacdab
commit 85f25a5a81

View File

@@ -204,7 +204,7 @@ const UpdateNodeInternalsFlow = () => {
nodeTypes={nodeTypes}
onConnect={onConnect}
onPaneClick={onPaneClick}
connectionLineType={ConnectionLineType.SmoothStep}
connectionLineType={ConnectionLineType.Bezier}
connectionMode={ConnectionMode.Loose}
onEdgeUpdate={onEdgeUpdate}
/>