We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2f70b commit dabdd0bCopy full SHA for dabdd0b
src/Views/Repository.axaml.cs
@@ -47,7 +47,6 @@ private void OnSearchKeyDown(object _, KeyEventArgs e)
47
SearchSuggestionBox.SelectedIndex = 0;
48
}
49
50
-
51
e.Handled = true;
52
53
else if (e.Key == Key.Escape)
0 commit comments