mdbassit / Coloris

A lightweight and elegant JavaScript color picker. Written in vanilla ES6, no dependencies. Accessible.
https://coloris.js.org/examples.html
MIT License
443 stars 58 forks source link

colorArea doesn't handle right mouse button #141

Closed ut4 closed 5 months ago

ut4 commented 5 months ago

Steps to reproduce:

  1. Right-click on colorArea
  2. Hit esc
  3. Move the mouse

Current Behavior: colorMarker continues moving

Expected Behavior: colorMarker stays put

mdbassit commented 5 months ago

Thanks for reporting! I will release a fix soon.

ut4 commented 5 months ago

Good to hear, thanks!