diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI/ExtViews/ListPage.xaml.cs b/src/modules/cmdpal/Microsoft.CmdPal.UI/ExtViews/ListPage.xaml.cs index 94e4c6add6..32b4f4ac49 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.UI/ExtViews/ListPage.xaml.cs +++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/ExtViews/ListPage.xaml.cs @@ -229,12 +229,10 @@ public sealed partial class ListPage : Page, { ItemsList.SelectedIndex++; } - else if (GroupedItemsList.SelectedIndex < GroupedItemsList.Items.Count - 1) { GroupedItemsList.SelectedIndex++; } - else { ItemsList.SelectedIndex = 0;