mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-22 23:14:07 +01:00
🚨
This commit is contained in:
parent
8f063e9f37
commit
1bff1ef7cb
3 changed files with 6 additions and 9 deletions
|
|
@ -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"});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue