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

React draggable component

Results 172 react-draggable issues
Sort by recently updated
recently updated
newest added

I have already seen [this](https://github.com/react-grid-layout/react-draggable/issues/582) and [this](https://github.com/react-grid-layout/react-draggable/issues/358) post, but I think it is a dirty workaround. I defined a CustomDraggable component (see below), which can be used everywhere, the iframe...

This the correct position: ![螢幕截圖 2022-08-14 下午1 03 02](https://user-images.githubusercontent.com/105302793/184523274-57e131ee-7427-4b22-a3b7-962c9150a520.png) If I remove point 1 and add it again it will be come this: ![螢幕截圖 2022-08-14 下午1 03 08](https://user-images.githubusercontent.com/105302793/184523291-74412732-423d-4bd6-b914-9fb9ef42693d.png) Otherwise, If...

Hi, I am developing an application where users can create views consisting of draggable components. As i want the views to be persistent i store the x/y-coordinates of each component...

I have a div that contains an input element of type file: I trigger a click event on that "addimg" input element to allow the user to load an image...

Hi, I have Draggable element and inside of it, I have a component with onClick event. At the end of the drag, the click event is triggered. My question is...

The react-draggable library adds a tag to the with just a couple of CSS style rules in it. This is the style tag with id = react-draggable-style-el. It is only...

Hello i have a problem. I have an iframe inside it has its own life (its own interface). Since "bubbling events" stops at the top level inside the iframe, holding...

Hi, I use this Draggable to drag something like a caption, it has an editable span. I want to be able both to drag on touch (even when on top...

Bumps [terser](https://github.com/terser/terser) from 5.13.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

I get this error while building this Next.js React project ```shell Type error: 'Draggable' cannot be used as a JSX component. Its instance type 'Draggable' is not a valid JSX...