omgovich / react-colorful

🎨 A tiny (2,8 KB) color picker component for React and Preact apps
https://omgovich.github.io/react-colorful
MIT License
3.14k stars 101 forks source link

Live demo stops responding if I use a mix of touch screen and mouse input #208

Open nedelman opened 1 year ago

nedelman commented 1 year ago

OS: Windows 11 Browser: Chrome: Version 116.0.5845.111 (Official Build) (64-bit)

Steps to reproduce: -Use a computer that has a mouse and a touchscreen. I'm using my laptop. -Go to https://omgovich.github.io/react-colorful/ -Use the touch screen to change to change the color intensity. -Now try using the mouse to change the color intensity. There is no response. You can't change anything.

-The hue and alpha controls have the same bug. -This same bug occurs when integrating the color control into my own app.