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: shift+mousewheel should scroll horizontally, fixes #1094 #1096

Merged
merged 1 commit into from
Jan 11, 2025

Conversation

ghiscoding
Copy link
Collaborator

fixes #1094

@ghiscoding ghiscoding merged commit 5003565 into master Jan 11, 2025
2 checks passed
@ghiscoding ghiscoding deleted the bugfix/mousewheel-shift branch January 11, 2025 22:03
@fallenleavesguy
Copy link

fallenleavesguy commented Jan 17, 2025

@ghiscoding May be this is wrong. deltaX will be zero value on windows. You only can use deltaY instead of deltaX in Chrome of window system. I guess you are using osx system.

@ghiscoding
Copy link
Collaborator Author

ghiscoding commented Jan 17, 2025

@fallenleavesguy I'm on Windows and it works fine on my computer with this change, but I haven't published a new release yet since I'm working on another feature

@fallenleavesguy
Copy link

@fallenleavesguy I'm on Windows and it works fine on my computer with this change, but I haven't published a new release yet since I'm working on another feature

Yes. The example works well.

@ghiscoding
Copy link
Collaborator Author

ghiscoding commented Jan 19, 2025

The fix is now available in v5.15.0 with the new feature as well

@fallenleavesguy
Copy link

The fix is now available in v5.15.0 with the new feature as well

done.Good job. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot scroll horizontally by press shift + mouse wheel?
2 participants