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") {