Nikita Tsukanov
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Input/Gestures.cs
|
|
|
@ -31,7 +31,7 @@ namespace Avalonia.Input |
|
|
|
RoutedEvent.Register<ScrollGestureEventArgs>( |
|
|
|
"ScrollGestureEnded", RoutingStrategies.Bubble, typeof(Gestures)); |
|
|
|
|
|
|
|
private static WeakReference<IInteractive> s_lastPress; |
|
|
|
private static WeakReference<IInteractive> s_lastPress = new WeakReference<IInteractive>(null); |
|
|
|
|
|
|
|
static Gestures() |
|
|
|
{ |
|
|
|
|