mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 15:40:12 +01:00
This commit is contained in:
parent
4f62adddc7
commit
b974eb08d6
5 changed files with 145 additions and 41 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue