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(browser): Ignore handleTouchMove if disabled #252

Merged
merged 1 commit into from
Feb 21, 2017
Merged

fix(browser): Ignore handleTouchMove if disabled #252

merged 1 commit into from
Feb 21, 2017

Conversation

jmheik
Copy link
Contributor

@jmheik jmheik commented Feb 21, 2017

Before #239 onTouchMove was not listened when disabled property was enabled. This PR restores the behaviour by returning early from handleTouchMove. It fixes situations where swiping causes slides to partially slide in and get stuck when swiping should be disabled.

@jmheik jmheik changed the title Bail out from handleTouchMove if 'disabled' property is enabled. fix(browser): Bail out from handleTouchMove if 'disabled' property is enabled. Feb 21, 2017
@oliviertassinari oliviertassinari merged commit 816ee43 into oliviertassinari:master Feb 21, 2017
@oliviertassinari
Copy link
Owner

Thanks.

@oliviertassinari oliviertassinari changed the title fix(browser): Bail out from handleTouchMove if 'disabled' property is enabled. fix(browser): Ignore handleTouchMove if disabled Feb 26, 2017
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.

2 participants