shekharramola / react-wheel-of-prizes

It is a wheel of prizes game for react developers
89 stars 58 forks source link

Spin click handler not restricted to Spin button #6

Open isherwood opened 3 years ago

isherwood commented 3 years ago

I realize that this may be working as intended, but intuitively the wheel should only spin if the Spin button at the center is clicked. For me (v1.06 and v1.08) it spins regardless of where on the canvas the click occurs, even outside the visual wheel.

If anything, please clarify the intended behavior. Thanks!