We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b96d9 commit c0f2563Copy full SHA for c0f2563
1 file changed
src/Views/RevisionFiles.axaml.cs
@@ -29,7 +29,7 @@ private async void OnSearchBoxKeyDown(object _, KeyEventArgs e)
29
}
30
else if (e.Key == Key.Down || e.Key == Key.Up)
31
{
32
- if (vm.RevisionFileSearchSuggestion.Count > 0)
+ if (vm.RevisionFileSearchSuggestion?.Count > 0)
33
34
SearchSuggestionBox.Focus(NavigationMethod.Tab);
35
SearchSuggestionBox.SelectedIndex = 0;
0 commit comments