mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-07-11 01:28:03 +00:00
getOutputSlotLinks now returns ReadonlySet<LinkTopology> instead of link ids: floating links draw ids from a separate counter, so a bare id cannot be resolved safely through graph.links, and the migrated readers need endpoints anyway. Migrated: minimap link extraction, slot-drag disconnect check (one store query replaces a mirror read plus a slotFloatingLinks scan), widget value propagation, and matchType link revalidation. rerouteNode/widgetInputs/groupNode stay on the mirror deliberately - they read inside connection callbacks whose behavior depends on mid-mutation mirror staleness - as do the serialized-workflow repair tools. Design record updated.