Files
ComfyUI_frontend/browser_tests/tests
Glary-Bot 5e8defb166 fix: clear nodeOutputStore entries on node removal
Pressing undo to remove a node left preview images on screen because
nodeOutputStore had no onNodeRemoved listener. Outputs keyed by the
removed node's locator id stayed in the store, and any future node
that reused the same id inherited the stale preview.

Adds installNodeOutputClearingHooks composable, modeled on
useErrorClearingHooks, that prunes the store at onNodeRemoved time
using a locator id derived from the graph the hook is installed on
(node.graph is nulled before the callback fires).
2026-05-12 00:00:17 +00:00
..
2026-05-07 15:36:32 -07:00
2026-05-07 15:36:32 -07:00
2026-05-06 02:40:01 +00:00