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 e480fd2 commit d2b44d4Copy full SHA for d2b44d4
lib/draggable.js
@@ -438,7 +438,7 @@ module.exports = React.createClass({
438
439
var className = CX({
440
'react-draggable': true,
441
- 'react-dragging': this.state.dragging
+ 'react-draggable-dragging': this.state.dragging
442
});
443
// Reuse the child provided
444
// This makes it flexible to use whatever element is wanted (div, ul, etc)
0 commit comments