Browse Source
The else-if chain in blockedTypes detection meant that when a switch/ conditionalSwitch node was itself dimmed but had an enabled output, the finalDimmed.has(source) check was skipped entirely. Changed the dimmed-source check from else-if to a standalone if so it runs for all source types, including switch and conditionalSwitch. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>handoff-20260429-1057
2 changed files with 26 additions and 1 deletions
Loading…
Reference in new issue