mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -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")
|
||||
else:
|
||||
f.addTag("marked")
|
||||
f.flush()
|
||||
self._toggleStar()
|
||||
|
||||
def onSuspend(self):
|
||||
|
|
Loading…
Reference in a new issue