-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add horizontal scroll touch move support & update react deps to v17 #98
base: master
Are you sure you want to change the base?
Conversation
Update peer dependencies
|
Came across this issue. Can we merge this? Hoping this fix resolves it. |
Well, I've made copy of your package and using my decision as a temporary measure for a while now. So yes, it should resolve this issue |
@@ -18,7 +18,8 @@ export function preventTouchMove(e) { | |||
export function allowTouchMove(e) { | |||
const target = e.currentTarget; | |||
|
|||
if (target.scrollHeight > target.clientHeight) { | |||
if (target.scrollHeight > target.clientHeight |
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.
This line looks good 👍
Everything else should be removed from the PR
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.
Needs a changeset
No description provided.