Update ui.py

pull/41/head
toshiaki1729 2022-12-10 21:21:50 +09:00
parent 069bd9df1d
commit 50a1ca1bd4
1 changed files with 1 additions and 1 deletions

View File

@ -81,6 +81,6 @@ class TagFilterUI:
def clear_filter(self):
self.filter = TagFilter(logic=TagFilter.Logic.AND, mode=TagFilter.Mode.INCLUSIVE)
self.filter = TagFilter({}, self.logic, self.filter_mode)
self.filter_word = ''
self.selected_tags = []