Browse Source

Fix a typo in `SelectableTextBlock.ClearSelection()` (#13733)

pull/13752/head
Vladislav Stepanov 3 years ago
committed by GitHub
parent
commit
2c72343d49
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Controls/SelectableTextBlock.cs

2
src/Avalonia.Controls/SelectableTextBlock.cs

@ -140,7 +140,7 @@ namespace Avalonia.Controls
}
/// <summary>
/// Clears the current selection/>
/// Clears the current selection
/// </summary>
public void ClearSelection()
{

Loading…
Cancel
Save