kutlugsahin / smooth-dnd

drag and drop library for javascript
MIT License
599 stars 147 forks source link

[feat-request]: add support for beforeDrop (for cancelling drop) #34

Open pranavjindal999 opened 5 years ago

pranavjindal999 commented 5 years ago

Hey. Thanks for the awesome library.

I have a requirement where I have to cancel drop based on what index the item is being dropped to. A beforeDrop hook with same arguments as onDrop would fit seamlessly in the already awesome API.

Return value of beforeDrop hook will determine if drop will happen or not.

Hope you reply.

pranavjindal999 commented 4 years ago

@kutlugsahin Hi. Any plans on considering the feature? Thanks :)