mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
update combinedDue for the current card object, not just for the db
This commit is contained in:
parent
0afec850c0
commit
c2f2225b7f
1 changed files with 1 additions and 0 deletions
|
@ -794,6 +794,7 @@ where id in """
|
|||
if self.answerPreSave:
|
||||
self.answerPreSave(card, ease)
|
||||
# save
|
||||
card.combinedDue = card.due
|
||||
card.toDB(self.s)
|
||||
# global/daily stats
|
||||
anki.stats.updateAllStats(self.s, self._globalStats, self._dailyStats,
|
||||
|
|
Loading…
Reference in a new issue