mirror of
https://github.com/ankitects/anki.git
synced 2025-11-24 05:27:11 -05:00
fix field getting overwritten when showing duplicates
This commit is contained in:
parent
0be03696d8
commit
1b20dc3311
1 changed files with 0 additions and 1 deletions
|
|
@ -1841,7 +1841,6 @@ update cards set usn=?, mod=?, did=? where id in """ + scids,
|
||||||
|
|
||||||
def onNote(self):
|
def onNote(self):
|
||||||
self.editor.web.setFocus()
|
self.editor.web.setFocus()
|
||||||
self.editor.web.eval("focusField(0);")
|
|
||||||
|
|
||||||
def onCardList(self):
|
def onCardList(self):
|
||||||
self.form.tableView.setFocus()
|
self.form.tableView.setFocus()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue