Skip to content

Commit

Permalink
Update src/NuGet.Clients/NuGet.PackageManagement.UI/Xamls/PackageRead…
Browse files Browse the repository at this point in the history
…meControl.xaml.cs

Co-authored-by: Donnie Goodson <[email protected]>
  • Loading branch information
jgonz120 and donnie-msft authored Jan 4, 2025
1 parent 98f97bb commit 3b5cef3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private void ReadmeViewModel_PropertyChanged(object sender, PropertyChangedEvent
{
if (!string.IsNullOrWhiteSpace(ReadmeViewModel.ReadmeMarkdown))
{
UpdateMarkdownAsync(ReadmeViewModel.ReadmeMarkdown, _controlDisposingTokenSource.Token).PostOnFailure(nameof(PackageReadmeControl)); ;
UpdateMarkdownAsync(ReadmeViewModel.ReadmeMarkdown, _controlDisposingTokenSource.Token).PostOnFailure(nameof(PackageReadmeControl));
}
}
if (e.PropertyName == nameof(ReadmePreviewViewModel.IsBusy))
Expand Down

0 comments on commit 3b5cef3

Please sign in to comment.