diff --git a/app/src/menus/navigation.ts b/app/src/menus/navigation.ts index c714e5702..4959a17f4 100644 --- a/app/src/menus/navigation.ts +++ b/app/src/menus/navigation.ts @@ -133,7 +133,7 @@ export const initNavigationMenu = (liElement: HTMLElement) => { label: window.siyuan.languages.spaceRepetition, click: () => { fetchPost("/api/riff/getNotebookRiffDueCards", {notebook: notebookId}, (response) => { - openCardByData(response.data, "notebook", notebookId, title); + openCardByData(response.data, "notebook", notebookId, name); }); /// #if MOBILE closePanel();