JedWatson / react-tappable

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

Original event info missed #29

Closed legomushroom closed 9 years ago

legomushroom commented 9 years ago

Hey, good time of the day!

That's what I'm getting as the first argument of tap handler http://take.ms/2ubye . I do need the data of original event, how can I get it?

Thanks!

JedWatson commented 9 years ago

@legomushroom can you clarify which original event you are after, and what you need it for? You're seeing the React synthetic event for the mouseUp.

legomushroom commented 9 years ago

@JedWatson yeah my bad sorry. Im new to react so was distracted by the synthetic event structure.

legomushroom commented 9 years ago

thanks for the response btw! :D

JedWatson commented 9 years ago

No problems :)