We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe99f4a commit b4201edCopy full SHA for b4201ed
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