fix(diagram): correct flowchart template edge connections to match diagram logic
This commit is contained in:
@@ -77,11 +77,11 @@ const DIAGRAM_TEMPLATES = {
|
|||||||
},
|
},
|
||||||
{ id: "e3-2", source: "3", target: "2", targetHandle: "left" },
|
{ id: "e3-2", source: "3", target: "2", targetHandle: "left" },
|
||||||
{
|
{
|
||||||
id: "e4-5",
|
id: "e2-5",
|
||||||
source: "4",
|
source: "2",
|
||||||
target: "5",
|
target: "5",
|
||||||
sourceHandle: "bottom",
|
sourceHandle: "bottom",
|
||||||
targetHandle: "right",
|
targetHandle: "top",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user