Skip to content

Delay doesn't work #82

Answered by clauderic
johnsonthedev asked this question in Q&A
Discussion options

You must be logged in to vote

You should not be using both PointerSensor and TouchSensor or MouseSensor at the same time. Valid combinations are:

- PointerSensor
- KeyboardSensor

or

- MouseSensor
- TouchSensor
- KeyboardSensor

In either case, the delay seems to work fine for me, try increasing the value of the delay to validate https://codesandbox.io/s/serene-zhukovsky-qiu5x?file=/src/Sortable.js

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bayhalldigital
Comment options

Answer selected by johnsonthedev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants