mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
reset after change model so addcards reloads note and updates schema
This commit is contained in:
parent
0e15398686
commit
c9906ccfc2
1 changed files with 1 additions and 1 deletions
|
@ -1421,7 +1421,7 @@ Are you sure you want to continue?""")):
|
||||||
b.onSearch(reset=False)
|
b.onSearch(reset=False)
|
||||||
b.model.endReset()
|
b.model.endReset()
|
||||||
b.mw.progress.finish()
|
b.mw.progress.finish()
|
||||||
b.mw.requireReset()
|
b.mw.reset()
|
||||||
self.cleanup()
|
self.cleanup()
|
||||||
|
|
||||||
def onHelp(self):
|
def onHelp(self):
|
||||||
|
|
Loading…
Reference in a new issue