Skip to content

Commit

Permalink
Fix Shift+Tab navigation for TagsBox
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Mar 22, 2024
1 parent 2bef540 commit c57ecbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WalletWasabi.Fluent/Controls/TagsBox.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<Setter Property="Padding" Value="{DynamicResource TagsBoxBorderPadding}" />
<Setter Property="Cursor" Value="IBeam" />
<Setter Property="Focusable" Value="True" />
<Setter Property="IsTabStop" Value="False" />
<Setter Property="Template">
<ControlTemplate>
<DataValidationErrors>
Expand Down

0 comments on commit c57ecbd

Please sign in to comment.