From ccee1fa7c0da5c692eee1a345d52e2bceeca1eed Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Thu, 14 Aug 2025 04:05:10 +0800 Subject: [PATCH] [backport 1.25] Trigger updateSelectedItems on subgraph conversion (#4956) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of #4949 to `core/1.25` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-4956-backport-1-25-Trigger-updateSelectedItems-on-subgraph-conversion-24e6d73d36508164ba29c52f31c092ed) by [Unito](https://www.unito.io) Co-authored-by: AustinMroz Co-authored-by: github-actions --- src/composables/useCoreCommands.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/composables/useCoreCommands.ts b/src/composables/useCoreCommands.ts index 74558d475..2a41c52ca 100644 --- a/src/composables/useCoreCommands.ts +++ b/src/composables/useCoreCommands.ts @@ -796,6 +796,7 @@ export function useCoreCommands(): ComfyCommand[] { } const { node } = res canvas.select(node) + canvasStore.updateSelectedItems() } }, {