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 -->
|
<!-- 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 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user