mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
don't set combinedDue twice in answerCard
This commit is contained in:
parent
49b744f77d
commit
cc8dbccf38
1 changed files with 0 additions and 1 deletions
|
@ -818,7 +818,6 @@ where id in """
|
||||||
# only update if card was not new
|
# only update if card was not new
|
||||||
card.lastDue = card.due
|
card.lastDue = card.due
|
||||||
card.due = self.nextDue(card, ease, oldState)
|
card.due = self.nextDue(card, ease, oldState)
|
||||||
card.combinedDue = card.due
|
|
||||||
card.isDue = 0
|
card.isDue = 0
|
||||||
card.lastFactor = card.factor
|
card.lastFactor = card.factor
|
||||||
card.spaceUntil = 0
|
card.spaceUntil = 0
|
||||||
|
|
Loading…
Reference in a new issue