mirror of
https://github.com/ankitects/anki.git
synced 2025-11-14 08:37:11 -05:00
Merge pull request #795 from abdnh/reviewer-cleanup
Set card to None in reviewer cleanup
This commit is contained in:
commit
669769a5a2
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