mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-15 11:38:06 +01:00
🎨 Clean code
This commit is contained in:
parent
427bf25a88
commit
b22a70cf65
4 changed files with 12 additions and 10 deletions
|
|
@ -339,7 +339,7 @@ export const bindCardEvent = async (options: {
|
|||
deckID: Constants.QUICK_DECK_ID,
|
||||
blockIDs: [currentCard.blockID],
|
||||
}, () => {
|
||||
const minLang = window.siyuan.languages._time["1m"].replace("%s", "")
|
||||
const minLang = window.siyuan.languages._time["1m"].replace("%s", "");
|
||||
currentCard.lapses = 0;
|
||||
currentCard.lastReview = -62135596800000;
|
||||
currentCard.reps = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue