mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
focus default answer button for type in answer cards
This commit is contained in:
parent
b8d627cd3f
commit
04b7fd144a
1 changed files with 1 additions and 0 deletions
|
@ -418,6 +418,7 @@ var updateTime = function () {
|
||||||
self.bottom._css + self._bottomCSS)
|
self.bottom._css + self._bottomCSS)
|
||||||
|
|
||||||
def _showEaseButtons(self):
|
def _showEaseButtons(self):
|
||||||
|
self.bottom.web.setFocus()
|
||||||
self.bottom.web.stdHtml(
|
self.bottom.web.stdHtml(
|
||||||
self._bottomHTML(self._answerButtons()),
|
self._bottomHTML(self._answerButtons()),
|
||||||
self.bottom._css + self._bottomCSS)
|
self.bottom._css + self._bottomCSS)
|
||||||
|
|
Loading…
Reference in a new issue