Unable to drag the image as similar to the div component inside draggable element
Author: haripriya9209Created Apr 17, 2023Updated Apr 24, 2025
If an image is added inside the draggable element, then on drag the component doesn't drag, instead, it is selected and when we move the mouse, then the image gets movable, whereas, in the div component, the text is wrapped with draggable element, the drag and drop works as expected. I have tried adding fixed width and height as well, even though it is not working. Require some immediate help on this. Attaching code sandbox example: https://codesandbox.io/s/react-draggable-example-image-forked-vv50zr?file=/src/components/App.js
Source: react-grid-layout/react-draggable