Files
ComfyUI_frontend/src
DrJKL fc6819210c fix: snapshot dynamic widget input links once per rebuild
Deletes the module-scoped carriedLinks WeakMap and its mid-flight
re-capture, which read index-keyed store lookups while node.inputs was
desynced from registered slots and could re-point or remove an
unrelated input's link. A rebuild now captures one at-rest snapshot,
does all array surgery with plain splices, and re-keys every surviving
link in a single reconcile pass at the end.
2026-07-07 17:43:54 -07:00
..
2026-07-03 02:31:41 +00:00
2026-01-27 17:59:19 -08:00