This commit is contained in:
Vanessa 2023-07-07 20:17:03 +08:00
parent 8f063e9f37
commit 1bff1ef7cb
3 changed files with 6 additions and 9 deletions

View file

@ -96,9 +96,9 @@ export const workspaceMenu = (app: App, rect: DOMRect) => {
} else {
confirmDialog(window.siyuan.languages.new, `TODO: ${localPath.filePaths[0]}`, () => {
openWorkspace(localPath.filePaths[0]);
})
});
}
})
});
}
}];
workspaceSubMenu.push({type: "separator"});