mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
🚨
This commit is contained in:
parent
ca6e82a549
commit
235f8f8a6a
9 changed files with 13 additions and 20 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue