markusenglund / react-switch

A draggable toggle-switch component for React. Check out the demo at:
https://react-switch.netlify.com/
MIT License
1.33k stars 101 forks source link

[fix] stop click propagation #31

Closed mskec closed 5 years ago

mskec commented 5 years ago

This fixes issue reported in #29

markusenglund commented 5 years ago

Since the solution by @drownbes in #29 works fine, I'm not merging this. It's too blunt to always have propagation disabled.