kutlugsahin / smooth-dnd

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

allow a delay of 0 seconds in mobile environments #9

Closed klaasman closed 6 years ago

klaasman commented 6 years ago

With the following line:

delay = _delay || (isMobile ? 200 : 0)

a delay of 0 seconds is impossible on mobile devices.

kutlugsahin commented 6 years ago

Hey @klaasman Very cool PR. I will merge it and publish a version asap. Thanks!!

klaasman commented 6 years ago

You're welcome! It would be great if you could also update https://github.com/kutlugsahin/react-smooth-dnd :-)