mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
119f259a9b
commit
2a201e8bab
1 changed files with 1 additions and 1 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue