Skip to content

Commit

Permalink
Remove duplicate draggableCursor key that breaks IE11
Browse files Browse the repository at this point in the history
Due to strict mode on ES5 having a syntax error for it
  • Loading branch information
fnune committed Aug 8, 2019
1 parent b712aa2 commit c22ee13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@
noClear: this.props.noClear,
styles: this.props.styles,
gestureHandling: this.props.gestureHandling,
draggableCursor: this.props.draggableCursor,
draggingCursor: this.props.draggingCursor
});

Expand Down

0 comments on commit c22ee13

Please sign in to comment.