Vanessa 2025-02-10 11:02:05 +08:00
parent e01b7256b5
commit 2fc5fcb651
4 changed files with 9 additions and 9 deletions

View file

@ -459,7 +459,7 @@ export const initFileMenu = (app: App, notebookId: string, pathString: string, l
currentPath: pathPosix().dirname(pathString),
paths,
useSavePath: false,
pushCreateEvt: true,
listDocTree: true,
});
}
}).element);
@ -483,7 +483,7 @@ export const initFileMenu = (app: App, notebookId: string, pathString: string, l
currentPath: pathPosix().dirname(pathString),
paths,
useSavePath: false,
pushCreateEvt: true,
listDocTree: true,
});
}
}).element);