mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-10 03:31:28 +08:00
🚨
This commit is contained in:
parent
b898f7b4c7
commit
dd6bfbe4ba
@ -461,7 +461,7 @@ export const JSONToLayout = (app: App, isStart: boolean) => {
|
||||
}
|
||||
app.plugins.forEach(item => {
|
||||
item.onLayoutReady();
|
||||
})
|
||||
});
|
||||
}, Constants.TIMEOUT_LOAD);
|
||||
};
|
||||
|
||||
|
@ -455,7 +455,7 @@ export const zoomOut = (protyle: IProtyle, id: string, focusId?: string, isPushB
|
||||
}
|
||||
/// #if !MOBILE
|
||||
if (protyle.breadcrumb) {
|
||||
protyle.breadcrumb.toggleExit(id === protyle.block.rootID)
|
||||
protyle.breadcrumb.toggleExit(id === protyle.block.rootID);
|
||||
}
|
||||
/// #endif
|
||||
fetchPost("/api/filetree/getDoc", {
|
||||
|
Loading…
Reference in New Issue
Block a user