mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
make sure card counts are updated when undoing reviews
This commit is contained in:
parent
e7c3de1d9d
commit
cc335a15e4
1 changed files with 1 additions and 0 deletions
|
|
@ -793,6 +793,7 @@ QTreeWidget {
|
|||
cid = self.col.undo()
|
||||
if cid and self.state == "review":
|
||||
card = self.col.getCard(cid)
|
||||
self.col.sched.reset()
|
||||
self.reviewer.cardQueue.append(card)
|
||||
self.reviewer.nextCard()
|
||||
self.maybeEnableUndo()
|
||||
|
|
|
|||
Loading…
Reference in a new issue