fix(diagram): correct flowchart template edge connections to match diagram logic

This commit is contained in:
Dwindi Ramadhana
2026-06-14 20:06:01 +07:00
parent 8caf6fbba5
commit 1047642909

View File

@@ -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",
}, },
], ],
}, },