-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
AutoScroll plugin ignores scroll options #1580
Comments
owen-m1
added a commit
that referenced
this issue
Jul 19, 2019
Thanks for pointing this out, it should be solved in a8836d5. |
That's great! Thanks for looking into it so quickly. |
TimLuo465
added a commit
to TimLuo465/Sortable
that referenced
this issue
Aug 7, 2019
elo7-developer
pushed a commit
to elo7/Sortable
that referenced
this issue
Nov 18, 2019
it still isn't fixed. live example https://codesandbox.io/s/vanilla-sortablejs-scroll-gnnhb?file=/src/App.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem:
The autoscroll plugin appears to ignore the scroll options provided in the Sortable constructor and use the defaults.
JSBin/JSFiddle demonstrating the problem:
https://jsfiddle.net/s50fq8po/1/
Note the provided
scrollSensitivity
(128px) compared to the options (30px) at the breakpoint in the screenshot shown below:The text was updated successfully, but these errors were encountered: