mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 06:37:12 -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] = ""
|
note.fields[n] = ""
|
||||||
except IndexError:
|
except IndexError:
|
||||||
break
|
break
|
||||||
|
self.editor.currentField = 0
|
||||||
self.editor.setNote(note)
|
self.editor.setNote(note)
|
||||||
|
|
||||||
def removeTempNote(self, note):
|
def removeTempNote(self, note):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue