This commit is contained in:
Vanessa 2023-02-08 14:35:18 +08:00
parent 119f259a9b
commit 2a201e8bab

View file

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