mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
clears undo before changing schedulers
This commit is contained in:
parent
8d5c0f4853
commit
9069d282a2
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ class _Collection:
|
|||
raise Exception("Unsupported scheduler version")
|
||||
|
||||
self.modSchema(check=True)
|
||||
self.clearUndo()
|
||||
|
||||
from anki.schedv2 import Scheduler
|
||||
v2Sched = Scheduler(self)
|
||||
|
|
Loading…
Reference in a new issue