fix: creating new tag now refreshes the menu using the current search text (#939)

This commit is contained in:
purpletennisball
2025-06-04 03:43:09 -04:00
committed by GitHub
parent c21e2d657d
commit e1117bf1a1

View File

@@ -51,7 +51,7 @@ class TagDatabasePanel(TagSearchPanel):
alias_ids=panel.alias_ids,
),
self.modal.hide(),
self.update_tags(),
self.update_tags(self.search_field.text()),
)
)
self.modal.show()