Skip to content

Commit 48ac4a2

Browse files
[Manager] Fix race condition in pack selection (#4158)
1 parent c9c1275 commit 48ac4a2

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)