Browse Source
The menu path calls onConnect() directly, bypassing handleConnect's resolveSwitchHandle. This left edges with targetHandle "generic-input" instead of the actual type, causing inputType to be invalid, handles to render without color, and downstream connections to fail validation. - Set targetHandleId to actual type in handleMenuSelect Switch case - Update Switch inputType immediately when created from menu - Filter "generic-input" in derivedInputType as safety net Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>handoff-20260429-1057
2 changed files with 11 additions and 6 deletions
Loading…
Reference in new issue