mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-03 03:10:16 +01:00
🎨 改进删除闪卡
This commit is contained in:
parent
89fb0664f1
commit
3f88597b7d
3 changed files with 9 additions and 9 deletions
|
|
@ -176,7 +176,6 @@ export const openCardByData = (cardsData: ICard[], html = "") => {
|
|||
fetchPost("/api/riff/reviewRiffCard", {
|
||||
deckID: blocks[index].deckID,
|
||||
cardID: blocks[index].cardID,
|
||||
blockID: blocks[index].blockID,
|
||||
rating: parseInt(type)
|
||||
}, () => {
|
||||
index++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue