Skip to content

Commit

Permalink
missed part of prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 6, 2012
1 parent dff8b0d commit 9e0fe9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/color-picker/color-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ ColorPicker.prototype.spectrumEvents = function(){
}

canvas.mousedown(function(e){
e.preventDefault();
down = true;
update(e);
});
Expand Down

0 comments on commit 9e0fe9b

Please sign in to comment.