Closed Dalez closed 2 years ago
Underneath the hood this package uses react-beautiful-dnd
's keyboard dragging, and its direction
s correspond to special characters from user-event
. With these APIs as they are I don't think there's a good way to drop outside of a destination, but am happy to revisit this if a potential solution arises in the future.
Hey, thanks for the handy package!
I was wondering if there was a way to request that an item be dropped outside of a destination, so that we can cover this bit of code:
Currently I'm having to ignore this bit of code in our coverage, as I can't see a way to move an item outside of the droppable area, like you can with a mouse. Maybe something like this:
Thanks! :)