We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc7c3d commit 51782b0Copy full SHA for 51782b0
src/Files.App/ViewModels/UserControls/PreviewPaneViewModel.cs
@@ -49,6 +49,7 @@ public ListedItem SelectedItem
49
if (SetProperty(ref selectedItem, value))
50
{
51
UpdateTagsItems();
52
+ OnPropertyChanged(nameof(TagsFlyout));
53
OnPropertyChanged(nameof(LoadTagsList));
54
55
if (value is not null)
0 commit comments