mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 07:30:12 +01:00
🎨
This commit is contained in:
parent
5dadb67362
commit
121593ec61
1 changed files with 1 additions and 7 deletions
|
|
@ -128,7 +128,7 @@ export const initNavigationMenu = (liElement: HTMLElement) => {
|
|||
openCardByData(response.data, `<span data-notebookid="${notebookId}" class="fn__flex-center">${escapeHtml(name)}</span>`);
|
||||
});
|
||||
}
|
||||
},{
|
||||
}, {
|
||||
iconHTML: Constants.ZWSP,
|
||||
label: window.siyuan.languages.mgmt,
|
||||
click: () => {
|
||||
|
|
@ -337,12 +337,6 @@ export const initFileMenu = (notebookId: string, pathString: string, liElement:
|
|||
click: () => {
|
||||
viewCards(id, name, "Tree");
|
||||
}
|
||||
}, {
|
||||
iconHTML: Constants.ZWSP,
|
||||
label: window.siyuan.languages.addToDeck,
|
||||
click: () => {
|
||||
makeCard([id]);
|
||||
}
|
||||
}],
|
||||
}).element);
|
||||
/// #if !MOBILE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue