From f00eed43e8938dbecc3e917f7dc0e8eaeafaa7df Mon Sep 17 00:00:00 2001 From: "Yu Leng (from Dev Box)" Date: Thu, 10 Apr 2025 17:05:33 +0800 Subject: [PATCH] merge main --- .../cmdpal/Microsoft.CmdPal.UI/ExtViews/ListPage.xaml.cs | 2 -- 1 file changed, 2 deletions(-) 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;