diff --git a/app/src/util/newFile.ts b/app/src/util/newFile.ts index 6020150c3..87b12e4de 100644 --- a/app/src/util/newFile.ts +++ b/app/src/util/newFile.ts @@ -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,