Files
ComfyUI_frontend/browser_tests/tests
Glary-Bot ee50f6ad46 fix: scope right-panel search state to component lifecycle
Remove the shared searchQuery ref from rightSidePanelStore and replace
it with local refs in each tab component. Add :key directives to
TabSubgraphInputs, SubgraphEditor, and TabNormalInputs so Vue
destroys and recreates them when the selected node changes, naturally
resetting search state without any manual watchers.

Also removes the now-dead collapseMap reset watchers from TabNodes and
TabNormalInputs, since :key-driven remounts already clear all local
state.
2026-04-19 09:39:25 +00:00
..