From 352ff0676e214fd09e0c2675b47f7589cedc924c Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sat, 14 Dec 2024 09:58:12 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/13444 --- app/src/util/backForward.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/util/backForward.ts b/app/src/util/backForward.ts index 0e762a9e6..c2e9cd18d 100644 --- a/app/src/util/backForward.ts +++ b/app/src/util/backForward.ts @@ -59,7 +59,7 @@ const focusStack = async (app: App, stack: IBackStack) => { tab, blockId: stack.zoomId || stack.protyle.block.rootID, rootId: stack.protyle.block.rootID, - action: stack.zoomId ? [Constants.CB_GET_FOCUS, Constants.CB_GET_ALL] : [Constants.CB_GET_FOCUS] + action: stack.zoomId ? [Constants.CB_GET_FOCUS, Constants.CB_GET_ALL, Constants.CB_GET_UNUNDO] : [Constants.CB_GET_FOCUS, Constants.CB_GET_UNUNDO] }); tab.addModel(editor); }