diff --git a/aqt/addcards.py b/aqt/addcards.py index db33684a8..82d738dc3 100644 --- a/aqt/addcards.py +++ b/aqt/addcards.py @@ -98,6 +98,7 @@ class AddCards(QDialog): note.fields[n] = "" except IndexError: break + self.editor.currentField = 0 self.editor.setNote(note) def removeTempNote(self, note):