fix: restore flowing workflow graph edges
This commit is contained in:
@@ -190,7 +190,7 @@ const WorkflowGraphStageInner = ({
|
|||||||
source: edge.source,
|
source: edge.source,
|
||||||
target: edge.target,
|
target: edge.target,
|
||||||
label: edge.label,
|
label: edge.label,
|
||||||
type: "smoothstep",
|
type: "default",
|
||||||
animated: active,
|
animated: active,
|
||||||
focusable: false,
|
focusable: false,
|
||||||
selectable: false,
|
selectable: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user