mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
This commit is contained in:
parent
e7091c3872
commit
4529221ab2
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue