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 52dae12 commit fe5faf2Copy full SHA for fe5faf2
lib/draggable.js
@@ -579,7 +579,7 @@ module.exports = React.createClass({
579
},
580
581
handleDrag: function (e) {
582
- // Return if this is a touch event, but not the correct one for thiss element
+ // Return if this is a touch event, but not the correct one for this element
583
if(e.targetTouches && (e.targetTouches[0].identifier != this.state.identifier)){
584
return;
585
}
0 commit comments