We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5157ffc commit 51e9e9dCopy full SHA for 51e9e9d
src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/TopLevelViewModel.cs
@@ -207,12 +207,11 @@ private void UpdateTags()
207
tags.Add(new Tag() { Text = Alias.SearchPrefix });
208
}
209
210
- PropChanged?.Invoke(this, new PropChangedEventArgs(nameof(Tags)));
211
-
212
DoOnUiThread(
213
() =>
214
{
215
ListHelpers.InPlaceUpdateList(Tags, tags);
+ PropChanged?.Invoke(this, new PropChangedEventArgs(nameof(Tags)));
216
});
217
218
0 commit comments