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
I'm having a related issue where I'm unable to set the AutoScroll scrollSensitivity value. I see the scrollSensitivity prop can be set on the ReactSortable component, but it does not seem to be having any impact on the end UI.
<ReactSortable
list={state}
setList={setState}
scroll={true}
forceFallback={true}
forceAutoScrollFallback={true} // seems like this prop may be unnecessary, as forceFallback is set to `true`
scrollSensitivity={150}
>
{content}
</ReactSortable>
Any insight into how to set the scrollSensitivity through this library would be greatly appreciated!
Hello, is it possible to set the value for
scrollSensitivity
in AutoScroll plugin, like in a docs of offical library?https://github.com/SortableJS/Sortable/tree/master/plugins/AutoScroll
The text was updated successfully, but these errors were encountered: