From 3c752d1cc84e134db417539afee7d73f91926fa0 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sat, 15 Feb 2025 23:52:42 +0800 Subject: [PATCH] :art: Expand doc tree after moving from inbox https://github.com/siyuan-note/siyuan/issues/14097 --- app/src/layout/dock/Inbox.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/layout/dock/Inbox.ts b/app/src/layout/dock/Inbox.ts index b40309dff..08abeffdf 100644 --- a/app/src/layout/dock/Inbox.ts +++ b/app/src/layout/dock/Inbox.ts @@ -348,6 +348,7 @@ ${data.shorthandContent} path: pathPosix().join(getDisplayName(toPath[0], false, true), Lute.NewNodeID() + ".sy"), title: replaceFileName(response.data.shorthandTitle), md: md, + listDocTree: true, }, () => { this.remove(item); });