Open mprahlkamps opened 8 years ago
$("#colorpicker").on('move.spectrum', function(e, tinycolor) { console.log(tinycolor); });
gives me 2 logs. Is there an error on my side?
$("#colorpicker").on('move.spectrum', function(e, tinycolor) { console.log(tinycolor); });
gives me 2 logs. Is there an error on my side?