mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-21 11:30:42 +08:00
🎨
This commit is contained in:
parent
5dadb67362
commit
121593ec61
@ -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…
Reference in New Issue
Block a user