From 3605f3d0ab94d8ddbb219e4af089b8e462f194cf Mon Sep 17 00:00:00 2001 From: Macbook Date: Wed, 24 Jun 2026 01:11:07 +0900 Subject: [PATCH] =?UTF-8?q?and=20or=20=EC=BC=A0=ED=8A=B8=EB=A1=A4=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C=EB=B2=84=ED=8A=BC=20=EC=9C=84=EC=B9=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/strategyEditor/FlowNodes.tsx | 4 ++- frontend/src/styles/strategyEditor.css | 25 +++++++++++++++++-- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/strategyEditor/FlowNodes.tsx b/frontend/src/components/strategyEditor/FlowNodes.tsx index 6279c13..767d3ac 100644 --- a/frontend/src/components/strategyEditor/FlowNodes.tsx +++ b/frontend/src/components/strategyEditor/FlowNodes.tsx @@ -259,6 +259,8 @@ export const LogicGateNode = memo(function LogicGateNode({ id, data, selected }: canSourceConnect={d.canSourceConnect !== false} canTargetConnect={d.canTargetConnect !== false} /> + +
{node.type === 'AND' || node.type === 'OR' ? ( 조건을 드롭하세요 )} - +
{settingsOpen && isStochPair && node.stochPair && (