Vanessa 2023-02-03 22:42:29 +08:00
parent 4acc006b13
commit 01940692c4

View file

@ -68,7 +68,7 @@ export const newFile = (notebookId?: string, currentPath?: string, paths?: strin
} else {
fetchPost("/api/filetree/getHPathByPath", {
notebook: notebookId,
path: currentPath
path: currentPath.endsWith(".sy") ? currentPath : currentPath + ".sy"
}, (responseHPath) => {
fetchPost("/api/filetree/createDocWithMd", {
notebook: notebookId,