Files
ComfyUI_frontend/src/platform
DrJKL 34f4b97ef4 fix: isolate insertWorkflow's scratch graph from live store buckets
insertWorkflow configured a throwaway LGraph that adopted the file's
serialized graph id, registering scratch nodes into the root-scoped
stores. Inserting a workflow whose id matched the open one bound scratch
widgets first-wins to the live WidgetState objects and reverted unsaved
widget edits to file values; differing ids leaked the scratch bucket for
the session. Give the scratch graph a synthetic UUID and clear it in a
finally block so all store buckets are disposed even if copying throws.
2026-07-15 18:48:27 -07:00
..
2026-07-03 02:31:41 +00:00