We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e58b1c commit 588cc65Copy full SHA for 588cc65
src/components/dialog/content/manager/infoPanel/tabs/NodesTabPanel.vue
@@ -51,6 +51,7 @@ const isLoading = ref(false)
51
const registryNodeDefs = shallowRef<ListComfyNodesResponse | null>(null)
52
53
const fetchNodeDefs = async () => {
54
+ getNodeDefs.cancel()
55
isLoading.value = true
56
57
const { id: packId } = nodePack
0 commit comments