uiwjs / react-color

🎨 Is a tiny color picker widget component for React apps.
https://uiwjs.github.io/react-color
MIT License
269 stars 89 forks source link

Color wheel gets stuck at V = 0 #98

Open charlesmooredev opened 1 year ago

charlesmooredev commented 1 year ago

When you pass HSVA into the color wheel if you set the V to 0, the dragging of the color wheel cursor becomes stuck and brings S to 0 as well. The H value will change while dragging the cursor, but the cursor never moves from the center of the color wheel.

Cursor Stuck At Center

jaywcjlove commented 1 year ago

@charlesmooredev Upgrade v1.1.1

charlesmooredev commented 1 year ago

Thanks for the quick fix, worked like a charm! @jaywcjlove