You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no ability to trigger a custom scroll from SortableJS if the scroll container has overflow: hidden property.
Most of custom scroll plugin use overflow hidden for scroll container, to prevent showing native scrollbar and display custom one.
The following code prevents triggering on scrollCallback. Please, add a check of overflow: hidden
if there is !winScroller;