Files
ComfyUI_frontend/src/composables/node
DrJKL 78469817a7 refactor: migrate app-side input.link readers to store-backed queries
App code reads input connectivity through node.isInputConnected /
node.getInputLink or the new slotLinks input helpers (inputHasLink,
inputLinkId, inputLink) instead of the input.link mirror. Serialized
operators (litegraphUtil compression, migrateReroute, linkFixer) and the
mirror-carried association shuffles (dynamicWidgets autogrow,
fixLinkInputSlots, useNodeReplacement transplant writes) stay on the
mirror until it is deleted.
2026-07-07 10:44:16 -07:00
..