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(); event.preventDefault();
break; break;
} else if (target.getAttribute("data-type") === "exit-focus") { } else if (target.getAttribute("data-type") === "exit-focus") {
zoomOut(protyle, protyle.block.rootID); zoomOut(protyle, protyle.block.rootID, protyle.block.id);
event.preventDefault(); event.preventDefault();
break; break;
} else if (target.getAttribute("data-type") === "context") { } else if (target.getAttribute("data-type") === "context") {