I made a color picker with React and Canvas. Currently the components are rendered in React and canvas is done with vanilla javascript. I\'d like to two to mesh more, so I w
It should just be accessing the target of the click
colorStripClick: function(e) { var ctx = e.target.getContext('2d') }