feat: inputs/outputs filter to widget dropdown (#5894)

related https://github.com/Comfy-Org/ComfyUI_frontend/issues/5827

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-5894-feat-inputs-outputs-filter-to-widget-dropdown-2806d73d365081498d92d0576b7da6a8)
by [Unito](https://www.unito.io)

---------

Co-authored-by: bymyself <cbyrne@comfy.org>
This commit is contained in:
Rizumu Ayaka
2025-10-03 04:06:08 +08:00
committed by GitHub
parent 37fab21daf
commit 7e4c756258
3 changed files with 71 additions and 17 deletions

View File

@@ -89,7 +89,7 @@ watch(searchQuery, (value) => {
})
watch(
debouncedSearchQuery,
[debouncedSearchQuery, () => props.items],
(_, __, onCleanup) => {
let isCleanup = false
let cleanupFn: undefined | (() => void)