hxf31891 / react-gradient-color-picker

An easy to use color/gradient picker for React.js
MIT License
144 stars 45 forks source link

Bug in percentage selector for gradient when custom width is specified #20

Closed vercamach closed 2 years ago

vercamach commented 2 years ago

Hello,

If the width prop is given a value and the gradient type is used, the gradient percentage (not sure how to call it) selector is having wrong position when being dragged.

https://codesandbox.io/s/fragrant-morning-huitsf?file=/src/App.js

https://user-images.githubusercontent.com/26543699/188808279-10e09fdc-a035-4609-8fe8-bcd2dda3d16c.mov

hxf31891 commented 2 years ago

Interesting, will check this out ASAP

hxf31891 commented 2 years ago

Fixed in version 2.0.20.

Thanks for bring this up, please feel free to bring forward anymore issues your having.