mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
enable undo on deck open
This commit is contained in:
parent
fd14b3f2dd
commit
44e788dd9c
1 changed files with 1 additions and 0 deletions
|
@ -452,6 +452,7 @@ To upgrade an old deck, download Anki 0.9.8.7."""))
|
|||
if self.syncDeck(interactive=False):
|
||||
return True
|
||||
try:
|
||||
self.deck.initUndo()
|
||||
self.reset()
|
||||
except:
|
||||
traceback.print_exc()
|
||||
|
|
Loading…
Reference in a new issue