From a6e39d55359f7ebf1784bdbfd4143dceea74ea47 Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Thu, 3 Jul 2025 15:49:42 -0500 Subject: [PATCH] PARENT: omg --- src/modules/cmdpal/Microsoft.CmdPal.UI/ExtViews/ListPage.xaml.cs | 1 + 1 file changed, 1 insertion(+) 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 3e83930601..a49b315056 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.UI/ExtViews/ListPage.xaml.cs +++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/ExtViews/ListPage.xaml.cs @@ -262,6 +262,7 @@ public sealed partial class ListPage : Page, // selection once, at the end of all the updating. if (ItemsList.SelectedItem == null) { + ItemsList.SelectedIndex = 0; } // Always reset the selected item when the top-level list page changes