mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 00:12:25 -04:00
always show the same card after editing current
This commit is contained in:
parent
b985424ac3
commit
39588816b6
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ Please do not file a bug report with Anki.<br>""")
|
|||
self.editor.saveFieldsNow()
|
||||
self.mainWin.buttonStack.show()
|
||||
self.deck.refresh()
|
||||
return self.moveToState("auto")
|
||||
return self.moveToState("showQuestion")
|
||||
elif state == "studyScreen":
|
||||
self.currentCard = None
|
||||
self.deck.resetAfterReviewEarly()
|
||||
|
|
Loading…
Reference in a new issue