mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
This commit is contained in:
parent
d0f011b1a5
commit
b659b1f77d
2 changed files with 2 additions and 2 deletions
|
|
@ -465,7 +465,7 @@ export const zoomOut = (protyle: IProtyle, id: string, focusId?: string, isPushB
|
|||
if (isPushBack) {
|
||||
pushBack();
|
||||
}
|
||||
} else {
|
||||
} else if (protyle.breadcrumb) {
|
||||
const exitFocusElement = protyle.breadcrumb.element.parentElement.querySelector('[data-type="exit-focus"]');
|
||||
if (id === protyle.block.rootID) {
|
||||
exitFocusElement.classList.add("fn__none");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue