mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
refetch the card after editing
This commit is contained in:
parent
527c4220c2
commit
822d1f7609
1 changed files with 1 additions and 3 deletions
|
@ -389,9 +389,7 @@ Please do not file a bug report with Anki.<br>""")
|
|||
self.editor.saveFieldsNow()
|
||||
self.mainWin.buttonStack.show()
|
||||
self.deck.refreshSession()
|
||||
if self.currentCard.priority == 0:
|
||||
return self.moveToState("auto")
|
||||
return self.moveToState("showQuestion")
|
||||
return self.moveToState("getQuestion")
|
||||
elif state == "studyScreen":
|
||||
self.currentCard = None
|
||||
if self.deck.finishScheduler:
|
||||
|
|
Loading…
Reference in a new issue