mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
update priority after marking
This commit is contained in:
parent
f54525e9a7
commit
250f1bec8f
1 changed files with 2 additions and 0 deletions
|
@ -1424,6 +1424,8 @@ learnt today")
|
|||
"Marked", self.currentCard.fact.tags))
|
||||
self.currentCard.fact.setModified(textChanged=True)
|
||||
self.deck.updateFactTags([self.currentCard.fact.id])
|
||||
for card in self.currentCard.fact.cards:
|
||||
self.deck.updatePriority(card)
|
||||
self.deck.setModified()
|
||||
|
||||
def onSuspend(self):
|
||||
|
|
Loading…
Reference in a new issue