mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
Add null check in SelectPrevTabItem (#7139)
This commit is contained in:
@@ -174,7 +174,7 @@ namespace PowerLauncher.ViewModel
|
||||
{
|
||||
// Tabbing backwards should highlight the last item of the previous row
|
||||
SelectPrevResult();
|
||||
SelectedItem.SelectLastContextButton();
|
||||
SelectedItem?.SelectLastContextButton();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user