mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
flush after delete
This commit is contained in:
parent
1d5f9db9cb
commit
c3c7c6e43c
1 changed files with 1 additions and 1 deletions
|
@ -942,7 +942,7 @@ where facts.id not in (select factId from cards)""")
|
|||
# remove any dangling facts
|
||||
self.deleteDanglingFacts()
|
||||
self.rebuildCounts()
|
||||
self.setModified()
|
||||
self.flushMod()
|
||||
|
||||
# Models
|
||||
##########################################################################
|
||||
|
|
Loading…
Reference in a new issue