Skip to content

Commit

Permalink
undo a change
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok committed Dec 12, 2023
1 parent 7d06d50 commit 7450807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PuppeteerSharp/Input/MouseTransaction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ internal class MouseTransaction

public class TransactionData
{
public Point Position { get; set; }
public Point? Position { get; set; }

public MouseButton? Buttons { get; set; }
}
Expand Down

0 comments on commit 7450807

Please sign in to comment.