fix: remove csharp-pro FocusManager.FocusedElement that interfered with StateB text box focus
This commit is contained in:
@@ -58,8 +58,7 @@
|
||||
<!-- Root grid hosts all three states; Visibility toggled in code-behind -->
|
||||
<Grid>
|
||||
<!-- STATE A: Drop Zone -->
|
||||
<Grid x:Name="StateA" Visibility="Visible"
|
||||
FocusManager.FocusedElement="{Binding ElementName=DropZoneBorder}">
|
||||
<Grid x:Name="StateA" Visibility="Visible">
|
||||
<DockPanel LastChildFill="True">
|
||||
|
||||
<!-- Loading panel - shown while AI runs -->
|
||||
|
||||
Reference in New Issue
Block a user