Vanessa hace 1 año
padre
commit
18bf9e076b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/src/protyle/hint/index.ts

+ 1 - 1
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,