Trigger updateSelectedItems on subgraph conversion (#4949)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
AustinMroz
2025-08-12 22:16:48 -05:00
committed by GitHub
parent ef1852d551
commit eba0b42674
8 changed files with 8 additions and 14 deletions

View File

@@ -796,6 +796,7 @@ export function useCoreCommands(): ComfyCommand[] {
}
const { node } = res
canvas.select(node)
canvasStore.updateSelectedItems()
}
},
{