This commit is contained in:
Vanessa 2023-01-16 23:06:55 +08:00
parent 235f8f8a6a
commit a403eb8b04
3 changed files with 3 additions and 3 deletions

View file

@ -357,7 +357,7 @@ export const updatePanelByEditor = (protyle?: IProtyle, focus = true, pushBackSt
const models = getAllModels();
updateOutline(models, protyle, reload);
updateBacklinkGraph(models, protyle);
setTitle(title, protyle);
setTitle(title);
};
export const isCurrentEditor = (blockId: string) => {