mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
fix card marking
This commit is contained in:
parent
71dd8baaf3
commit
a681817266
1 changed files with 2 additions and 1 deletions
|
@ -1299,7 +1299,8 @@ day = :d""", d=yesterday)
|
|||
else:
|
||||
self.currentCard.fact.tags = addTags(
|
||||
"Marked", self.currentCard.fact.tags)
|
||||
self.currentCard.fact.setModified()
|
||||
self.currentCard.fact.setModified(textChanged=True)
|
||||
self.deck.updateFactTags([self.currentCard.fact.id])
|
||||
self.deck.setModified()
|
||||
|
||||
def onSuspend(self):
|
||||
|
|
Loading…
Reference in a new issue