diff --git a/ILSpy/Views/DebugSteps.axaml b/ILSpy/Views/DebugSteps.axaml index 594653033..591997054 100644 --- a/ILSpy/Views/DebugSteps.axaml +++ b/ILSpy/Views/DebugSteps.axaml @@ -45,7 +45,6 @@ ItemsSource="{Binding Steps}" SelectedItem="{Binding SelectedStep, Mode=TwoWay}" DoubleTapped="OnTreeDoubleTapped" - KeyDown="OnTreeKeyDown" x:CompileBindings="False">