mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
after suspending we need to rebuild the queue
This commit is contained in:
parent
1dc1f940fc
commit
bd6188d41b
1 changed files with 1 additions and 1 deletions
|
@ -609,8 +609,8 @@ Debug info:\n%s""") % traceback.format_exc(), help="DeckErrors")
|
|||
self.checkpoint(_("Suspend"))
|
||||
self.col.sched.suspendCards(
|
||||
[c.id for c in self.reviewer.card.note().cards()])
|
||||
self.reviewer.nextCard()
|
||||
tooltip("Note suspended.")
|
||||
self.reset()
|
||||
|
||||
def onDelete(self):
|
||||
self.checkpoint(_("Delete"))
|
||||
|
|
Loading…
Reference in a new issue