From 8892ab9978977ee05b6825e438ceb8ba69c2c069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E6=9C=88?= Date: Fri, 15 May 2026 14:15:35 +0800 Subject: [PATCH] fix(dashboard): add left/right handles to end node for skip-forward edges --- .../workflow-graph/terminal-node.tsx | 30 ++++++++++++++----- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/packages/workflow-dashboard/src/components/workflow-graph/terminal-node.tsx b/packages/workflow-dashboard/src/components/workflow-graph/terminal-node.tsx index 92f7a8f..5fcc75f 100644 --- a/packages/workflow-dashboard/src/components/workflow-graph/terminal-node.tsx +++ b/packages/workflow-dashboard/src/components/workflow-graph/terminal-node.tsx @@ -50,13 +50,29 @@ export function TerminalNode(props: NodeProps) { isConnectable={false} /> ) : ( - + <> + + + + )} {isStart ? "▶" : "■"}