mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 07:30:12 +01:00
This commit is contained in:
parent
7e8c1b39d7
commit
9e51621c68
12 changed files with 45 additions and 23 deletions
|
|
@ -137,7 +137,7 @@ export const initNavigationMenu = (liElement: HTMLElement) => {
|
|||
iconHTML: Constants.ZWSP,
|
||||
label: window.siyuan.languages.mgmt,
|
||||
click: () => {
|
||||
viewCards(notebookId, escapeHtml(name), "Notebook");
|
||||
viewCards(notebookId, name, "Notebook");
|
||||
/// #if MOBILE
|
||||
closePanel();
|
||||
/// #endif
|
||||
|
|
@ -346,7 +346,7 @@ export const initFileMenu = (notebookId: string, pathString: string, liElement:
|
|||
iconHTML: Constants.ZWSP,
|
||||
label: window.siyuan.languages.mgmt,
|
||||
click: () => {
|
||||
viewCards(id, name, "Tree");
|
||||
viewCards(id, pathPosix().join(getNotebookName(notebookId), name), "Tree");
|
||||
/// #if MOBILE
|
||||
closePanel();
|
||||
/// #endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue