react-reorder-list
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -93,2 +93,4 @@ var __rest = (this && this.__rest) || function (s, e) { | ||
}, onDragEnd: handleDragEnd, onTouchMove: (event) => { | ||
if (start === -1) | ||
return; | ||
const { clientX, screenX, clientY, screenY } = event.touches[0]; | ||
@@ -95,0 +97,0 @@ let left = 0, top = 0; |
{ | ||
"name": "react-reorder-list", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "A simple react component that facilitates the reordering of JSX/HTML elements through drag-and-drop functionality, allowing for easy position changes.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
20967
225