Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal22shah committed Dec 5, 2024
1 parent 46fe774 commit a6d590b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

namespace UITests.Shared.Windows_UI_Input.PointersTests
{
[Sample("Pointers",Description = "This sample tests an issue where dragging on a TextBox selects text incorrectly. To ensures that dragging across the TextBox does not select text unless explicitly selected.")]
[Sample("Pointers",
Description = "This sample tests an issue where dragging on a TextBox selects text incorrectly. To ensures that dragging across the TextBox does not select text unless explicitly selected.")]
public sealed partial class TextBox_Pointer : Page
{
public TextBox_Pointer()
Expand Down

0 comments on commit a6d590b

Please sign in to comment.