mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Set card to None in reviewer cleanup
This commit is contained in:
parent
74981145cf
commit
d0aa8625b4
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ class Reviewer:
|
|||
|
||||
def cleanup(self) -> None:
|
||||
gui_hooks.reviewer_will_end()
|
||||
self.card = None
|
||||
|
||||
# Fetching a card
|
||||
##########################################################################
|
||||
|
|
|
|||
Loading…
Reference in a new issue