mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
fix import when dyn deck selected (#959)
This commit is contained in:
parent
a2463eb67d
commit
31c42a4f75
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ you can enter it here. Use \\t to represent tab."""),
|
|||
if did != self.importer.model['did']:
|
||||
self.importer.model['did'] = did
|
||||
self.mw.col.models.save(self.importer.model)
|
||||
self.mw.col.decks.select(did)
|
||||
self.mw.progress.start(immediate=True)
|
||||
self.mw.checkpoint(_("Import"))
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue