-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Add inertial scrolling to scrollable elements #244034
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
Conversation
@microsoft-github-policy-service agree |
Hi @joshspicer is there any way we'll get this merged? If so, I'll update the branch, but I don't want to keep doing that if the vscode team is not interested in merging this anyways :). Just let me know! |
Apologies for the delay @Benimautner - i've tagged the appropriate codeowner for review |
hey @alexdima can you review this PR please? It will be helpful for the folks using the linux distros as their main driver |
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.
Thank you and apologies for the slow turn-around time!
This pull request adds inertial scrolling support on linux wayland.
For some reason, inertial scrolling doesn't work, even though electron supports it (see issue #201937). This is more of a workaround to handle it internally.
It adds a setting to enable it, which is set it to off per default.