mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 06:32:33 +01:00
This commit is contained in:
parent
1d142c9df1
commit
f2a53014fb
16 changed files with 32 additions and 18 deletions
|
|
@ -301,7 +301,7 @@ export const workspaceMenu = (app: App, rect: DOMRect) => {
|
|||
fetchPost("/api/system/removeWorkspaceDir", {path: item.path}, () => {
|
||||
confirmDialog(window.siyuan.languages.deleteOpConfirm, window.siyuan.languages.removeWorkspacePhysically.replace("${x}", item.path), () => {
|
||||
fetchPost("/api/system/removeWorkspaceDirPhysically", {path: item.path});
|
||||
});
|
||||
}, undefined, true);
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue