We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using a mouse (or a single pointer), zooming whilst panning causes the document to jitter as the pan start position is not adjusted.
No jitter when panning.
Jitter is seen when panning and zooming. This jitter occurs after the first "mousemove" event after the zoom.
"mousemove"
The text was updated successfully, but these errors were encountered:
fix(move): fix jitter when zooming and panning as described in timmyw…
1e20409
…il#651
No branches or pull requests
Describe the bug
When using a mouse (or a single pointer), zooming whilst panning causes the document to jitter as the pan start position is not adjusted.
Your environment
Expected behavior
No jitter when panning.
Actual behavior
Jitter is seen when panning and zooming. This jitter occurs after the first
"mousemove"
event after the zoom.Steps to reproduce
The text was updated successfully, but these errors were encountered: