ruhley / angular-color-picker

Vanilla AngularJS Color Picker Directive with no requirement on jQuery
http://ruhley.github.io/angular-color-picker/
MIT License
165 stars 78 forks source link

Color picker selector seems stuck to the left with { round: false } #159

Closed JSti closed 7 years ago

JSti commented 7 years ago

The small circle indicating the current color seems to be stuck to the left of the color selection area, when using { round: false }.

image

When using { round: true } the issue does not occur (indicator moving along with selection).

image

Issue visible on demo page as well.

ruhley commented 7 years ago

Fixed in commit 144d25fb678ab9279c98305dd7d0efab46122a05 and released in v3.4.1