mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
fix card q/a cache not being saved
This commit is contained in:
parent
b6c227e382
commit
db84671284
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ class AnkiQt(QMainWindow):
|
|||
self.mainWin.fieldsArea.show()
|
||||
self.editor.setFact(self.currentCard.fact)
|
||||
elif state == "saveEdit":
|
||||
self.deck.s.flush()
|
||||
return self.moveToState("auto")
|
||||
self.updateViews(state)
|
||||
|
||||
|
|
Loading…
Reference in a new issue