This commit is contained in:
Vanessa 2023-01-16 22:54:07 +08:00
parent ca6e82a549
commit 235f8f8a6a
9 changed files with 13 additions and 20 deletions

View file

@ -272,7 +272,7 @@ export const bootSync = () => {
});
};
export const setTitle = (title: string, protyle?: IProtyle) => {
export const setTitle = (title: string) => {
const dragElement = document.getElementById("drag");
const workspaceName = getWorkspaceName();
if (title === window.siyuan.languages.siyuanNote) {