mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
don't display error if type:field is only on answer
This commit is contained in:
parent
062f4e604a
commit
fd8b7cd63b
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ function _typeAnsPress() {
|
||||||
def _showQuestion(self):
|
def _showQuestion(self):
|
||||||
self._reps += 1
|
self._reps += 1
|
||||||
self.state = "question"
|
self.state = "question"
|
||||||
|
self.typedAnswer = None
|
||||||
c = self.card
|
c = self.card
|
||||||
# grab the question and play audio
|
# grab the question and play audio
|
||||||
q = c.q()
|
q = c.q()
|
||||||
|
|
Loading…
Reference in a new issue