Rodion

Results 4 comments of Rodion

@fedden fixed by adding `onDragStart={e => e.preventDefault()}` to the header tag inside custom card component. So, my card now looks like : ``` const CustomCard = ({ onClick, cardDraggable, ...otherProps...

Hey! Any updates about the issue? Or it is are not going to be resolved?

I've solved the issue in the Firefox browser by adding `draggable={cardDraggable}` to the header inside custom card. Where `cardDraggable` is a prop. Also you will need to add `onDragStart={e =>...

any updates? Stuck with the same problem