taye
taye
Thanks for the PR. Can you add a test case for this fix?
Can you make a demo on https://jsfiddle.net/?
The `positionX` that the listener sees within `useEffect` doesn't get updated by `setPositionX`. It should work if you use `useRef` instead of `useState` like this: ```ts const positionX = useRef(0)...
My comment in https://github.com/taye/interact.js/issues/819#issuecomment-637781526 explains how I'd like the development of library to continue. I'd also like to add that: - I don't think asking for donations would work very...
Thanks :sweat_smile:. I'll add the issue to the roadmap so stalebot doesn't touch it.
I'm occupied with some stuff so it'll probably take me a week or two to address issues that aren't bug reports.
Very soon. You can create an account on https://interactjs.io/account and sign up to the newsletter. I just have a lot of documentation to write.
I don't see `tap` firing with `double == false`, but I realized that `doubletap` events don't have a `double` property. I'm going to add a `double == true` property to...
Can you try if using a `down` event instead of `move` to start the interaction helps?