Prevent touches from scrolling if touchMove=false#30
Closed
yuzeh wants to merge 3 commits intoakiran:masterfrom
Closed
Prevent touches from scrolling if touchMove=false#30yuzeh wants to merge 3 commits intoakiran:masterfrom
yuzeh wants to merge 3 commits intoakiran:masterfrom
Conversation
This was referenced Dec 2, 2015
ChrisCinelli
added a commit
to ChrisCinelli/react-slick
that referenced
this pull request
Dec 4, 2015
Owner
|
To disable touch swipe, you can set swipe props as false. |
drdah123
pushed a commit
to drdah123/react-slick
that referenced
this pull request
Apr 16, 2023
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 24.9.0 to 26.1.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v26.1.0/packages/babel-jest) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is implemented in pretty much the same way that
draggable = falseis.I tested this on an app I'm writing that depends on this code. Let me know if there is a better way to test.