mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-24 06:35:10 +00:00
The candidate filter compared `toKey()` outputs across the active section (PromotedWidgetView, key includes `:sourceNodeId` suffix) and the interior section (raw widget, no suffix). The shapes never matched, so every link-promoted widget kept showing in the Hidden section as `icon-eye/eye-off`. Compare on the interior `(node.id, widget.name)` identity instead. Update the Properties panel test to demote a link-promoted widget via the source-node context menu (since linked promotions render `icon-link` and disable the editor toggle by design). Amp-Thread-ID: https://ampcode.com/threads/T-019e2260-c2ba-70b4-9962-1638be4bf645 Co-authored-by: Amp <amp@ampcode.com>