Browse Source

Removed duplicated comment

pull/18933/head
Tom Edwards 9 months ago
committed by Max Katz
parent
commit
6b14ac73f0
  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