diff --git a/UI/ViewModels/MainWindowViewModel.cs b/UI/ViewModels/MainWindowViewModel.cs
index fa92a7b..9988bdc 100644
--- a/UI/ViewModels/MainWindowViewModel.cs
+++ b/UI/ViewModels/MainWindowViewModel.cs
@@ -228,7 +228,6 @@ public partial class MainWindowViewModel : ViewModelBase
catch (Exception ex)
{
this._selectedTag = oldTag;
- // TODO invoke deleting/delete error so hierarchy tree can recover
this.ShowErrorDialog(ex.Message);
}
}
diff --git a/UI/Views/BulkAddWindow.axaml b/UI/Views/BulkAddWindow.axaml
index f7c50be..ba2e172 100644
--- a/UI/Views/BulkAddWindow.axaml
+++ b/UI/Views/BulkAddWindow.axaml
@@ -39,9 +39,24 @@
Binding="{Binding TagBindings}" />
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+