🚨
This commit is contained in:
parent
b898f7b4c7
commit
dd6bfbe4ba
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue