user-event icon indicating copy to clipboard operation
user-event copied to clipboard

fix(pointer): compare `x` against `x` not `y` in `isDifferentPointerPosition()`

Open bawjensen opened this issue 1 year ago • 1 comments

What:

Fixing logic in isDifferentPointerPosition() where we compare y against y but we compare x also against y.

Why:

I can only imagine this is a bug.

How:

Just change x to y.

Checklist:

  • N/A Documentation
  • [x] Tests
  • [x] Ready to be merged

bawjensen avatar Jul 10 '24 19:07 bawjensen

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

codesandbox-ci[bot] avatar Jul 10 '24 19:07 codesandbox-ci[bot]

closing in favor of #1216

ph-fritsche avatar Jan 15 '25 19:01 ph-fritsche