We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302a500 commit a781374Copy full SHA for a781374
README.md
@@ -129,6 +129,12 @@ If you move the element manually, you have two options:
129
2. When moving the `<Draggable>`, ref the element and
130
[call `resetState()`](https://github.com/STRML/react-resizable/blob/master/lib/Resizable.jsx#L48).
131
132
+## Dragging images
133
+
134
+The HTML5 Drag & Drop API can interact strangely with `<Draggable>`, especially on `<img>` tags.
135
136
+If you want an `<img>` to be draggable, set `<img draggable="false" />`. See the
137
+[corresponding issue](https://github.com/mzabriskie/react-draggable/issues/69).
138
139
## Contributing
140
0 commit comments