mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 06:07:11 -05:00
we always want to go back to the first field when adding
This commit is contained in:
parent
90b50ddd6c
commit
1e37473b8b
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue