mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
make sure to save mark/unmark
This commit is contained in:
parent
e05dac2f8c
commit
e63370a602
1 changed files with 1 additions and 0 deletions
|
@ -616,6 +616,7 @@ function showAnswer(txt) {
|
||||||
f.delTag("marked")
|
f.delTag("marked")
|
||||||
else:
|
else:
|
||||||
f.addTag("marked")
|
f.addTag("marked")
|
||||||
|
f.flush()
|
||||||
self._toggleStar()
|
self._toggleStar()
|
||||||
|
|
||||||
def onSuspend(self):
|
def onSuspend(self):
|
||||||
|
|
Loading…
Reference in a new issue