mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-24 14:45:36 +00:00
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.