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
Is there a way to change the auto scroll threshold when using KeyboardSensor?
I know autoScroll props in DnDContext is not effect to KeyboardSensor. (I think so autoScrollEnabled set to false in KeyboardSensor.)
I created a PullRequest (#1301).
If there is not way to change threshold, please review my PR and merge.
It is not work:
<DnDContextautoScroll={{x: 0.3,y: 0.3}}// ...>
The text was updated successfully, but these errors were encountered:
Thank you for creating a great dnd library!
Is there a way to change the auto scroll threshold when using KeyboardSensor?
I know
autoScroll
props in DnDContext is not effect to KeyboardSensor. (I think soautoScrollEnabled
set to false in KeyboardSensor.)I created a PullRequest (#1301).
If there is not way to change threshold, please review my PR and merge.
It is not work:
The text was updated successfully, but these errors were encountered: