JedWatson / react-tappable

Tappable component for React
http://jedwatson.github.io/react-tappable/
MIT License
862 stars 90 forks source link

`mouseup`/`touchend` are only triggered on the same component as `mousedown`/`touchstart` were fired on #75

Closed majapw closed 7 years ago

majapw commented 8 years ago

If you want to drag a component onto another component or drag your mouse/finger across multiple Tappable components, this is currently impossible because the final event won't ever fire.

dcousens commented 7 years ago

This is probably never going to be supported.