This commit is contained in:
Vanessa 2023-02-27 16:03:38 +08:00
parent e881cfdd2e
commit 5dadb67362
3 changed files with 22 additions and 9 deletions

View file

@ -132,7 +132,7 @@ export const initNavigationMenu = (liElement: HTMLElement) => {
iconHTML: Constants.ZWSP,
label: window.siyuan.languages.mgmt,
click: () => {
viewCards(notebookId, name, "Notebook");
viewCards(notebookId, escapeHtml(name), "Notebook");
}
}],
}).element);