Vanessa 2023-04-14 16:32:52 +08:00
parent e7091c3872
commit 4529221ab2

View file

@ -133,7 +133,7 @@ export const initNavigationMenu = (liElement: HTMLElement) => {
label: window.siyuan.languages.spaceRepetition, label: window.siyuan.languages.spaceRepetition,
click: () => { click: () => {
fetchPost("/api/riff/getNotebookRiffDueCards", {notebook: notebookId}, (response) => { fetchPost("/api/riff/getNotebookRiffDueCards", {notebook: notebookId}, (response) => {
openCardByData(response.data, "notebook", notebookId, title); openCardByData(response.data, "notebook", notebookId, name);
}); });
/// #if MOBILE /// #if MOBILE
closePanel(); closePanel();