mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
Set card to None in reviewer cleanup
This commit is contained in:
parent
06292a45f3
commit
3531ae089a
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ class Reviewer:
|
||||||
|
|
||||||
def cleanup(self) -> None:
|
def cleanup(self) -> None:
|
||||||
gui_hooks.reviewer_will_end()
|
gui_hooks.reviewer_will_end()
|
||||||
|
self.card = None
|
||||||
|
|
||||||
# Fetching a card
|
# Fetching a card
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
Loading…
Reference in a new issue