From 18bf9e076bf491634a21ddcf2fea14d13637ff82 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 5 Sep 2023 16:51:49 +0800 Subject: [PATCH] :bug: zindex --- app/src/protyle/hint/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/hint/index.ts b/app/src/protyle/hint/index.ts index 03e648301..a790e0087 100644 --- a/app/src/protyle/hint/index.ts +++ b/app/src/protyle/hint/index.ts @@ -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,