bugfix dropdown closing by ESC
This commit is contained in:
@@ -167,7 +167,9 @@
|
||||
<Border Background="{DynamicResource BackgroundColor.DetailsPage.Widget.Title}"
|
||||
CornerRadius="7.5"
|
||||
Width="{Binding ElementName=TicketSelectionBorder, Path=ActualWidth}">
|
||||
<StackPanel x:Name="TicketSelectionContainer" />
|
||||
<StackPanel x:Name="TicketSelectionContainer"
|
||||
Focusable="True"
|
||||
PreviewKeyDown="TicketSelectionContainer_PreviewKeyDown" />
|
||||
</Border>
|
||||
</Popup>
|
||||
</StackPanel>
|
||||
|
||||
Reference in New Issue
Block a user