This commit is contained in:
Vanessa 2023-02-28 08:34:02 +08:00
parent 5dadb67362
commit 121593ec61

View File

@ -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