From 4529221ab252a1e7703ed601a1e6fa92ae3b4313 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 14 Apr 2023 16:32:52 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/7954 --- app/src/menus/navigation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();