mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-01 02:10:15 +01:00
This commit is contained in:
parent
e01b7256b5
commit
2fc5fcb651
4 changed files with 9 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue