ValentinH / react-easy-sort

A React component to sort items in lists or grids
https://ValentinH.github.io/react-easy-sort
MIT License
160 stars 25 forks source link

Does not work if the image is embedded in the item #8

Closed UchihaVeha closed 3 years ago

UchihaVeha commented 3 years ago

https://codesandbox.io/s/clever-mestorf-4yvs4?fontsize=14&hidenavigation=1&theme=dark

UchihaVeha commented 3 years ago

Forgot about img draggable prop

<img src={image?.imageUrl} draggable={false} className={classes.img} />
sgltkn commented 2 years ago

that's exactly what I need. Thanks @UchihaVeha