react-draggable icon indicating copy to clipboard operation
react-draggable copied to clipboard

React draggable component

Results 178 react-draggable issues
Sort by recently updated
recently updated
newest added
trafficstars

### Repro: Using Next.Js - importing : import Draggable, {DraggableCore} from 'react-draggable'; ` ` When I console log the parent node: console.log(document.getElementById('item').parentNode); I get this component with classname `` which...

I'm getting this error, why is that? ![error](https://user-images.githubusercontent.com/130443382/231093455-0c3b3678-8619-4687-a158-6a866d299609.png)

So I am creating a tool where multiple draggable items could be add. The weird part is that only one items is being dragged correctly when I click my mouse...

Hello, I am experiencing an issue with a draggable component. When on mobile I can drag only once before I cannot drag anymore. If I exit Chrome dev tools mobile...

I have a MaterialTable that is bound to a state variable that contains an array. It works beautifully, until I make the container dialog draggable. ` ... const [attachments, setAttachments]...

when draggable elements are not overlapping each other, OK when draggable elements overlap each other, I want element which was dragged to return it to previous position. I'm learning English,...

Wanted to share this snippet of code I am using to bring the latest dragged window to the front. Any feedback or improvements are welcome for others looking for the...

I don't know why it is not working anymore, my code is very simple, but after updating to react 18 stopped working: code: https://github.com/foxhound87/mobx-react-form-devtools/blob/master/src/components/Draggable.jsx#L11 Version: 4.4.5 these errors are appearing:...

setList not well work with group list, This is a very common requirement, but react-dragablesjs doesn't work, I think it needs the onEnd event, how do I do it? Also,...

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...