fix: remove csharp-pro FocusManager.FocusedElement that interfered with StateB text box focus

This commit is contained in:
2026-04-16 11:36:20 +01:00
parent 1533945126
commit 135fd07f54

View File

@@ -58,8 +58,7 @@
<!-- Root grid hosts all three states; Visibility toggled in code-behind --> <!-- Root grid hosts all three states; Visibility toggled in code-behind -->
<Grid> <Grid>
<!-- STATE A: Drop Zone --> <!-- STATE A: Drop Zone -->
<Grid x:Name="StateA" Visibility="Visible" <Grid x:Name="StateA" Visibility="Visible">
FocusManager.FocusedElement="{Binding ElementName=DropZoneBorder}">
<DockPanel LastChildFill="True"> <DockPanel LastChildFill="True">
<!-- Loading panel - shown while AI runs --> <!-- Loading panel - shown while AI runs -->