jodhman/react-eyedrop

user might want to pick the color of a button, how do i stop propagation of the click event?

Opened this issue · 1 comments

user might want to pick the color of a button, how do i stop propagation of the click event?

Hmm... this should be easy to fix on your end, if you keep track of when the eyedropping is happening (keep a state that listens to react-eyedrop events) and disable the button's onClick.

Not sure how I would make it work from react-eyedrop's end.