Kirk Pettinga

Results 4 comments of Kirk Pettinga

Experiencing the same issue. Thanks for posting.

My temporary workaround for this issue is to use the `lastX` and `lastY` properties from the `DraggableData` argument passed in the event handler. example: ```js onDragStop(event, data) { this.setState({ x:...

Same problem only with the MouseBackend from https://github.com/zyzo/react-dnd-mouse-backend

Experiencing the same issue over here as well. Is this something we'll have to wait for Safari or Webkit to fix?