From 231b8ecc650bb159128bb5bbbc433a2262b35a85 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 14 Jan 2026 12:03:47 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/16810 --- app/src/boot/globalEvent/command/global.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/boot/globalEvent/command/global.ts b/app/src/boot/globalEvent/command/global.ts index 4cfe6e59c..89fd97b25 100644 --- a/app/src/boot/globalEvent/command/global.ts +++ b/app/src/boot/globalEvent/command/global.ts @@ -160,6 +160,7 @@ export const globalCommand = (command: string, app: App) => { id: childData.blockId, rootID: childData.rootId, mode: childData.mode, + rootIcon: closeData.docIcon, action: [childData.action] }); } else if (childData.instance === "Asset") {