Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(useMouse): updated scroll value #4191

Closed
wants to merge 22 commits into from
Closed

Conversation

pkc918
Copy link
Contributor

@pkc918 pkc918 commented Sep 2, 2024

Once the mousemove updates the values of x and y, it implies that the current page scroll position will also be recorded to serve as the initial value for the next scrolling calculation.

fix: #4180

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Sep 2, 2024
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Sep 22, 2024
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels Sep 22, 2024
@pkc918 pkc918 closed this Sep 22, 2024
@pkc918 pkc918 deleted the fix-useMouse branch September 22, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong information for elementY when scrolling