From c321803d6bd435ab5aa6ab6787d42290b55578f8 Mon Sep 17 00:00:00 2001 From: ZLY Date: Tue, 9 Dec 2025 14:41:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(flowEditor):=20=E4=BF=AE=E5=A4=8D=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E8=BE=93=E5=85=A5=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/flowEditor/components/nodeContentCode.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/pages/flowEditor/components/nodeContentCode.tsx b/src/pages/flowEditor/components/nodeContentCode.tsx index e59140f..2456372 100644 --- a/src/pages/flowEditor/components/nodeContentCode.tsx +++ b/src/pages/flowEditor/components/nodeContentCode.tsx @@ -164,6 +164,14 @@ const NodeContent = ({ data }: { data: NodeContentData }) => { ))} )} + {dataIns.length === 0 && ( +
+
+ +
+
+ + )} {dataOuts.length > 0 && !isEndNode && (