Skip to content

Commit d2b44d4

Browse files
author
淘小杰
committed
update dragging className
1 parent e480fd2 commit d2b44d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/draggable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ module.exports = React.createClass({
438438

439439
var className = CX({
440440
'react-draggable': true,
441-
'react-dragging': this.state.dragging
441+
'react-draggable-dragging': this.state.dragging
442442
});
443443
// Reuse the child provided
444444
// This makes it flexible to use whatever element is wanted (div, ul, etc)

0 commit comments

Comments
 (0)