mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
fix field getting overwritten when showing duplicates
This commit is contained in:
parent
208b965883
commit
d453278d4b
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):
|
||||
self.editor.web.setFocus()
|
||||
self.editor.web.eval("focusField(0);")
|
||||
|
||||
def onCardList(self):
|
||||
self.form.tableView.setFocus()
|
||||
|
|
|
|||
Loading…
Reference in a new issue