From 2a201e8babc9672f16c53e7c92a2573e97b1cd29 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 8 Feb 2023 14:35:18 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/7280 --- app/src/protyle/breadcrumb/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/breadcrumb/index.ts b/app/src/protyle/breadcrumb/index.ts index 82fbfd364..7b7e0b73a 100644 --- a/app/src/protyle/breadcrumb/index.ts +++ b/app/src/protyle/breadcrumb/index.ts @@ -67,7 +67,7 @@ export class Breadcrumb { event.preventDefault(); break; } else if (target.getAttribute("data-type") === "exit-focus") { - zoomOut(protyle, protyle.block.rootID); + zoomOut(protyle, protyle.block.rootID, protyle.block.id); event.preventDefault(); break; } else if (target.getAttribute("data-type") === "context") {