Browse Source

remove redundant capture lost call

pull/12666/head
Emmanuel Hansen 3 years ago
parent
commit
4b68553068
  1. 1
      src/Avalonia.Base/Input/Pointer.cs

1
src/Avalonia.Base/Input/Pointer.cs

@ -99,7 +99,6 @@ namespace Avalonia.Input
if (gestureRecognizer != null)
{
gestureRecognizer.GestureRecognizerCollection?.HandleCaptureLost(this);
Capture(null);
}
}

Loading…
Cancel
Save