fix: always clear tag input

This commit is contained in:
Anna 2021-12-13 05:29:03 -05:00
parent 2f248e59d5
commit 89f647450a
1 changed files with 2 additions and 2 deletions

View File

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