JedWatson / react-tappable

Tappable component for React

Home Page:http://jedwatson.github.io/react-tappable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

majapw opened this issue · comments

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.

This is probably never going to be supported.