mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
expire after delete
This commit is contained in:
parent
94f7775b7f
commit
14bb30becb
1 changed files with 1 additions and 0 deletions
|
@ -1052,6 +1052,7 @@ where facts.id not in (select factId from cards)""")
|
|||
# remove any dangling facts
|
||||
self.deleteDanglingFacts()
|
||||
self.rebuildCounts()
|
||||
self.refresh()
|
||||
self.flushMod()
|
||||
self.finishProgress()
|
||||
|
||||
|
|
Loading…
Reference in a new issue