Browse Source

Stop direct class handler being called twice.

pull/39/head
Steven Kirk 11 years ago
parent
commit
2b73b27ae8
  1. 1
      Perspex.Interactivity/Interactive.cs

1
Perspex.Interactivity/Interactive.cs

@ -81,7 +81,6 @@ namespace Perspex.Interactivity
if (e.RoutedEvent.RoutingStrategies == RoutingStrategies.Direct)
{
e.Route = RoutingStrategies.Direct;
e.RoutedEvent.InvokeClassHandlers(this, e);
this.RaiseEventImpl(e);
}

Loading…
Cancel
Save