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