Ayush

Results 1 comments of Ayush

If you want to use `pressDelay` and `distance` and solution by @denis-lukin did not work for you. You can try something like this: ```js updateBeforeSortStart={() => { document.body.classList.add('not-selectable'); }} onSortEnd={()...