From dabdd0b06ad494e93fe3f0fd9129cb70ab1584a9 Mon Sep 17 00:00:00 2001 From: leo Date: Sun, 11 Aug 2024 18:41:59 +0800 Subject: [PATCH] code_style: remove empty lines --- src/Views/Repository.axaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Views/Repository.axaml.cs b/src/Views/Repository.axaml.cs index 8b3eaac4..0e500b2c 100644 --- a/src/Views/Repository.axaml.cs +++ b/src/Views/Repository.axaml.cs @@ -47,7 +47,6 @@ namespace SourceGit.Views SearchSuggestionBox.SelectedIndex = 0; } - e.Handled = true; } else if (e.Key == Key.Escape)