mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 02:32:18 +00:00
[Manager] Re-evaluate search results in installed tab when node packs change (#3144)
This commit is contained in:
@@ -240,6 +240,7 @@ const onResultsChange = () => {
|
|||||||
|
|
||||||
whenever(selectedTab, onTabChange)
|
whenever(selectedTab, onTabChange)
|
||||||
watch(searchResults, onResultsChange, { flush: 'pre' })
|
watch(searchResults, onResultsChange, { flush: 'pre' })
|
||||||
|
watch(() => comfyManagerStore.installedPacksIds, onResultsChange)
|
||||||
|
|
||||||
const isLoading = computed(() => {
|
const isLoading = computed(() => {
|
||||||
if (isSearchLoading.value)
|
if (isSearchLoading.value)
|
||||||
|
|||||||
Reference in New Issue
Block a user