From 61a48e8f28b14a5959a2b66ecf733e1bfac1e124 Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 16 Apr 2026 09:51:17 +0100 Subject: [PATCH] fix: remove csharp-pro KeyboardNavigation overrides causing text box issues --- EbayListingTool/Views/NewListingView.xaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/EbayListingTool/Views/NewListingView.xaml b/EbayListingTool/Views/NewListingView.xaml index 154c910..41e6e72 100644 --- a/EbayListingTool/Views/NewListingView.xaml +++ b/EbayListingTool/Views/NewListingView.xaml @@ -3,8 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mah="http://metro.mahapps.com/winfx/xaml/controls" xmlns:iconPacks="http://metro.mahapps.com/winfx/xaml/iconpacks" - Loaded="UserControl_Loaded" - KeyboardNavigation.TabNavigation="Cycle"> + Loaded="UserControl_Loaded"> @@ -264,8 +263,7 @@ - +