bgrins / spectrum

The No Hassle JavaScript Colorpicker
https://bgrins.github.io/spectrum/
MIT License
2.32k stars 588 forks source link

Move event fires twice #448

Open mprahlkamps opened 8 years ago

mprahlkamps commented 8 years ago

$("#colorpicker").on('move.spectrum', function(e, tinycolor) { console.log(tinycolor); });

gives me 2 logs. Is there an error on my side?