Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonz120 committed Jan 3, 2025
1 parent 0ce3b5c commit 98f97bb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ public PackageReadmeControl()
public event PropertyChangedEventHandler PropertyChanged;

/// <summary>
/// Added to allow the view to display the loading spinner while the markdown is being rendered
/// Added to allow the view to display the loading spinner while the markdown is being rendered.
/// The markdown rendering occurs on the view so the view should have some control over this property.
/// </summary>
public bool IsBusy
{
Expand All @@ -47,6 +48,7 @@ public bool IsBusy

/// <summary>
/// Added to allow the view to hide the README while the markdown is being rendered
/// The markdown rendering occurs on the view so the view should have some control over this property.
/// </summary>
public bool IsReadmeReady
{
Expand Down

0 comments on commit 98f97bb

Please sign in to comment.