-
Notifications
You must be signed in to change notification settings - Fork 159
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
Horizontally scroll with shift + mouse wheel #367
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
Working perfectly on my end! |
With a trackpad, this inverses the scroll. Is it possible to have this only effect the mouse scroll, not the trackpad? |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per David's comment, this appears to affect panning on the trackpad when you hold down shift.
In prod today, if you hold down shift and pan with a trackpad it works the same as if you hold down shift and pan without it.
But with these changes, shift + pan on a trackpad breaks (it sort of pans back and forth just a tiny bit, regardless of the direction you pan)
This is being implemented in #533 |
Implements #177