Ryan Atkinson

Results 5 comments of Ryan Atkinson

@krhovsky that worked for me, thanks!

@wastelandtime I was able to do this by mapping the keys from the onDragRelease callback parameter. I think this should close this issue.

@Eyesonly88 did you ever resolve this? I am facing this same exact issue.

@JacobGeoGeek try ``` style={{ path: { stroke: '#fff' } }} ``` I'm using a CSS-in-JS lib, and its `css` property to do this, but it might work with just the...