mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 11:17:53 +01: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
|
// Tabbing backwards should highlight the last item of the previous row
|
||||||
SelectPrevResult();
|
SelectPrevResult();
|
||||||
SelectedItem.SelectLastContextButton();
|
SelectedItem?.SelectLastContextButton();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user