mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
add hack to fix go>note
https://anki.tenderapp.com/discussions/ankidesktop/37328-browsergo-note
This commit is contained in:
parent
0dfb025cac
commit
0df937061e
1 changed files with 1 additions and 0 deletions
|
@ -1923,6 +1923,7 @@ update cards set usn=?, mod=?, did=? where id in """ + scids,
|
|||
|
||||
def onNote(self):
|
||||
self.editor.web.setFocus()
|
||||
self.editor.loadNote(focusTo=0)
|
||||
|
||||
def onCardList(self):
|
||||
self.form.tableView.setFocus()
|
||||
|
|
Loading…
Reference in a new issue