This commit is contained in:
Vanessa 2023-05-17 21:07:27 +08:00
parent b898f7b4c7
commit dd6bfbe4ba
2 changed files with 2 additions and 2 deletions

View file

@ -461,7 +461,7 @@ export const JSONToLayout = (app: App, isStart: boolean) => {
}
app.plugins.forEach(item => {
item.onLayoutReady();
})
});
}, Constants.TIMEOUT_LOAD);
};

View file

@ -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", {