From 64aa3b5b23d855f574a4a2a4a9c09334c21316c5 Mon Sep 17 00:00:00 2001 From: shrimbly Date: Fri, 27 Feb 2026 22:30:54 +1300 Subject: [PATCH] fix(45): remove conditional opacity from ConditionalSwitch output handles All output handles now render at full opacity regardless of match state. Co-Authored-By: Claude Opus 4.6 --- src/components/nodes/ConditionalSwitchNode.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/nodes/ConditionalSwitchNode.tsx b/src/components/nodes/ConditionalSwitchNode.tsx index b94f245c..96cc29a3 100644 --- a/src/components/nodes/ConditionalSwitchNode.tsx +++ b/src/components/nodes/ConditionalSwitchNode.tsx @@ -402,7 +402,6 @@ export const ConditionalSwitchNode = memo(({ id, data, selected }: NodeProps