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