mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-28 22:01:24 +00:00
fix: creating new tag now refreshes the menu using the current search text (#939)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user