Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Mar 01:59
· 332 commits to master since this release
4aa345f

Minor Changes

  • ac674e8 #135 Thanks @ranbena! - Added dragCancel prop to DndContext. The dragCancel prop can be used to cancel a drag operation on drop. The prop accepts a function that returns a boolean, or a promise returning a boolean once resolved. Return false to cancel the drop.

  • 208f68e #111 Thanks @ranbena! - Keyboard sensor now cancels dragging on window resize