mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
refresh tag list after clearing unused
This commit is contained in:
parent
3aba7c0eee
commit
cd72d6807a
1 changed files with 1 additions and 0 deletions
|
@ -1655,6 +1655,7 @@ update cards set usn=?, mod=?, did=? where id in """
|
||||||
|
|
||||||
def _clearUnusedTags(self):
|
def _clearUnusedTags(self):
|
||||||
self.col.tags.registerNotes()
|
self.col.tags.registerNotes()
|
||||||
|
self.on_tag_list_update()
|
||||||
|
|
||||||
# Suspending
|
# Suspending
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
Loading…
Reference in a new issue