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
Pressing the spacebar space while dragging with a mouse will now scroll the window #102 . We no longer prevent the browser default in this case. Previously we had the restriction in place to keep things simple. However, now that we correctly handle window scrolling there is no need to keep this restriction in place - so it has been removed! (caused the minor version bump ✨)
Adding documentation about natural keyboard cross list movement #104
Major refactor and simplification of the get-drag-impact function #92
Fixes
Dropping a Draggable with a keyboard inside of a nested list will no longer cause the parent to lift #102. Thanks @seancurtis for raising this