Skip to content

Commit 588cc65

Browse files
christian-byrnelordTyrion
authored andcommitted
[Manager] Fix race condition in pack selection (Comfy-Org#4158)
1 parent 5e58b1c commit 588cc65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/dialog/content/manager/infoPanel/tabs/NodesTabPanel.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const isLoading = ref(false)
5151
const registryNodeDefs = shallowRef<ListComfyNodesResponse | null>(null)
5252
5353
const fetchNodeDefs = async () => {
54+
getNodeDefs.cancel()
5455
isLoading.value = true
5556
5657
const { id: packId } = nodePack

0 commit comments

Comments
 (0)