Skip to content

Commit

Permalink
Update EditableItem.axaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed May 18, 2024
1 parent 04fe4aa commit 79f2358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core2D/Controls/EditableItem.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Panel Background="Transparent">
<i:Interaction.Behaviors>
<iac:ShowOnDoubleTappedBehavior TargetControl="{Binding #PART_TextBox}" />
<iac:ShowOnKeyDownTappedBehavior TargetControl="{Binding #PART_TextBox}" />
<iac:ShowOnKeyDownBehavior TargetControl="{Binding #PART_TextBox}" />
</i:Interaction.Behaviors>
<TextBox x:Name="PART_TextBox"
IsVisible="False"
Expand Down

0 comments on commit 79f2358

Please sign in to comment.