Browse Source

discard var

pull/6811/head
Dan Walmsley 5 years ago
parent
commit
711ab49f0c
  1. 2
      src/Avalonia.Input/FocusManager.cs

2
src/Avalonia.Input/FocusManager.cs

@ -166,7 +166,7 @@ namespace Avalonia.Input
{
scope = scope ?? throw new ArgumentNullException(nameof(scope));
if (_focusScopes.TryGetValue(scope, out var e))
if (_focusScopes.TryGetValue(scope, out _))
{
SetFocusedElement(scope, null);
_focusScopes.Remove(scope);

Loading…
Cancel
Save