This commit is contained in:
Vanessa 2023-01-12 21:53:27 +08:00
parent 1c90c34091
commit 8468982005
6 changed files with 37 additions and 6 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);
setTitle(title, protyle);
};
export const isCurrentEditor = (blockId: string) => {