Browse Source

Removed duplicated comment

pull/18868/head
Tom Edwards 1 year ago
parent
commit
35ca01229c
  1. 4
      src/Avalonia.Base/Input/InputElement.cs

4
src/Avalonia.Base/Input/InputElement.cs

@ -556,10 +556,6 @@ namespace Avalonia.Input
IsFocused = false;
}
/// <summary>
/// Called before the <see cref="KeyDown"/> event occurs.
/// </summary>
/// <param name="e">The event args.</param>
/// <summary>
/// Invoked when an unhandled <see cref="KeyDownEvent"/> reaches an element in its
/// route that is derived from this class. Implement this method to add class handling

Loading…
Cancel
Save