tajo / react-movable

🔀 Drag and drop for your React lists and tables. Accessible. Tiny.
https://react-movable.pages.dev
MIT License
1.53k stars 51 forks source link

Moving a selected item in a scrollable container using Up and Down keys does not autoscroll the list #69

Open yurigenin opened 3 years ago

yurigenin commented 3 years ago

When you select an item using a Space key and then use Up or Down key to change its order, the container does not auto-scroll once the selected item moves beyond the container's boundaries.