ThibaultJanBeyer / DragSelect

An easy JavaScript library for selecting and moving elements. With no dependencies. Drag-Select & Drag-And-Drop. – Examples:
https://dragselect.com/
Other
715 stars 81 forks source link

DropTarget should work on keyboard drag #149

Closed ThibaultJanBeyer closed 1 year ago

ThibaultJanBeyer commented 1 year ago

Describe the solution you'd like The callback for drop target on drop-zones should also work when dragging the element with the keyboard. i.e. when the item is dragged over the dropzone the callback should be triggered just like "dropTarget" with the mouse.

Additional context Add any other context or screenshots about the feature request here.