diff --git a/src/pages/DiagramEditor.js b/src/pages/DiagramEditor.js index f3e3b4f0..4211e2ba 100755 --- a/src/pages/DiagramEditor.js +++ b/src/pages/DiagramEditor.js @@ -77,11 +77,11 @@ const DIAGRAM_TEMPLATES = { }, { id: "e3-2", source: "3", target: "2", targetHandle: "left" }, { - id: "e4-5", - source: "4", + id: "e2-5", + source: "2", target: "5", sourceHandle: "bottom", - targetHandle: "right", + targetHandle: "top", }, ], },