mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 19:21:54 +00:00
nit
This commit is contained in:
@@ -442,7 +442,7 @@ export const useWorkflowStore = defineStore('workflow', () => {
|
|||||||
if (subgraph) {
|
if (subgraph) {
|
||||||
const [, ...pathFromRoot] = subgraph.pathToRootGraph
|
const [, ...pathFromRoot] = subgraph.pathToRootGraph
|
||||||
|
|
||||||
subgraphNamePath.value = pathFromRoot.map((graph) => graph.name)
|
subgraphNamePath.value = pathFromRoot.map((subgraph) => subgraph.name)
|
||||||
} else {
|
} else {
|
||||||
subgraphNamePath.value = []
|
subgraphNamePath.value = []
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user