refresh tag list after clearing unused

This commit is contained in:
Damien Elmes 2020-07-30 20:55:55 -05:00
parent 3aba7c0eee
commit cd72d6807a

View file

@ -1655,6 +1655,7 @@ update cards set usn=?, mod=?, did=? where id in """
def _clearUnusedTags(self):
self.col.tags.registerNotes()
self.on_tag_list_update()
# Suspending
######################################################################