🐛 zindex

This commit is contained in:
Vanessa 2023-09-05 16:51:49 +08:00
parent d6fa43c153
commit 18bf9e076b

View file

@ -423,7 +423,7 @@ ${genHintItemHTML(item)}
const realFileName = fileNames.length === 1 ? fileNames[0] : fileNames[1];
getSavePath(protyle.path, protyle.notebookId, (pathString) => {
fetchPost("/api/filetree/createDocWithMd", {
showInDocTree: true,
hidden: false,
notebook: protyle.notebookId,
path: pathPosix().join(pathString, realFileName),
parentID: protyle.block.rootID,