mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -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")
|
raise Exception("Unsupported scheduler version")
|
||||||
|
|
||||||
self.modSchema(check=True)
|
self.modSchema(check=True)
|
||||||
|
self.clearUndo()
|
||||||
|
|
||||||
from anki.schedv2 import Scheduler
|
from anki.schedv2 import Scheduler
|
||||||
v2Sched = Scheduler(self)
|
v2Sched = Scheduler(self)
|
||||||
|
|
Loading…
Reference in a new issue