fix: always clear tag input

This commit is contained in:
Anna 2021-12-13 05:29:03 -05:00
parent a9822fefd0
commit 8265b1518c
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
1 changed files with 2 additions and 2 deletions

View File

@ -728,9 +728,9 @@ namespace Glamaholic.Ui {
plate.Tags.Sort();
this.Ui.Plugin.SaveConfig();
}
this._tagInput = string.Empty;
}
this._tagInput = string.Empty;
}
if (ImGui.BeginChild("tag-list")) {