Vanessa 2023-01-05 19:01:43 +08:00
parent 0b906d0ab4
commit 47c3dea234

View file

@ -470,6 +470,7 @@ ${accountHTML}
path: pathPosix().join(pathPosix().dirname(window.siyuan.config.system.workspaceDir), inputElement.value) path: pathPosix().join(pathPosix().dirname(window.siyuan.config.system.workspaceDir), inputElement.value)
}, () => { }, () => {
genWorkspace(workspaceDirElement); genWorkspace(workspaceDirElement);
createWorkspaceDialog.destroy();
}); });
}); });
event.preventDefault(); event.preventDefault();