From 89f647450a7e83f11ca88f3793e33f84613bbf04 Mon Sep 17 00:00:00 2001 From: Anna Date: Mon, 13 Dec 2021 05:29:03 -0500 Subject: [PATCH] fix: always clear tag input --- Glamaholic/Ui/MainInterface.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Glamaholic/Ui/MainInterface.cs b/Glamaholic/Ui/MainInterface.cs index a80a2f6..1ac047d 100755 --- a/Glamaholic/Ui/MainInterface.cs +++ b/Glamaholic/Ui/MainInterface.cs @@ -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")) {