mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +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();
|
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") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue