This commit is contained in:
Vanessa 2023-09-16 16:01:57 +08:00
parent 4f62adddc7
commit b974eb08d6
5 changed files with 145 additions and 41 deletions

View file

@ -488,7 +488,7 @@ export const initFileMenu = (app: App, notebookId: string, pathString: string, l
return window.siyuan.menus.menu;
};
const genImportMenu = (notebookId: string, pathString: string) => {
export const genImportMenu = (notebookId: string, pathString: string) => {
if (!window.siyuan.config.readonly) {
/// #if !BROWSER
const importstdmd = (label: string, isDoc?: boolean) => {