react-movable
Advanced tools
Comparing version 2.5.2 to 2.5.3
@@ -109,4 +109,9 @@ "use strict"; | ||
// @ts-ignore | ||
(_this.props.values[index] && _this.props.values[index].disabled)) | ||
(_this.props.values[index] && _this.props.values[index].disabled)) { | ||
if (_this.state.selectedItem !== -1) { | ||
_this.setState({ selectedItem: -1 }); | ||
_this.finishDrop(); | ||
} | ||
return; | ||
} | ||
var listItemTouched = _this.getChildren()[index]; | ||
@@ -113,0 +118,0 @@ var handle = listItemTouched.querySelector('[data-movable-handle]'); |
{ | ||
"name": "react-movable", | ||
"version": "2.5.2", | ||
"version": "2.5.3", | ||
"description": "Drag and drop lists.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
53651
811