Skip to content

Commit 51782b0

Browse files
committed
Suggested fix
1 parent ccc7c3d commit 51782b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App/ViewModels/UserControls/PreviewPaneViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public ListedItem SelectedItem
4949
if (SetProperty(ref selectedItem, value))
5050
{
5151
UpdateTagsItems();
52+
OnPropertyChanged(nameof(TagsFlyout));
5253
OnPropertyChanged(nameof(LoadTagsList));
5354

5455
if (value is not null)

0 commit comments

Comments
 (0)