react-reorder
Advanced tools
Comparing version 2.1.1 to 2.2.0
@@ -19,4 +19,11 @@ (function () { | ||
}, | ||
persistEvent: function (event) { | ||
if (typeof event.persist === 'function') { | ||
event.persist(); | ||
} | ||
}, | ||
handleTouchEvents: function (event) { | ||
if (event.touches && event.touches.length) { | ||
this.persistEvent(event); | ||
event.clientX = event.touches[0].clientX; | ||
@@ -23,0 +30,0 @@ event.clientY = event.touches[0].clientY; |
{ | ||
"name": "react-reorder", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"description": "Drag & drop, touch enabled, reorderable / sortable list, React component", | ||
@@ -5,0 +5,0 @@ "author": "Jake 'Sid' Smith", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32898
566