react-input-position
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -68,7 +68,7 @@ "use strict"; | ||
if (limits.maxX < 0) { | ||
limits.maxX = elemWidth + limits.maxX; | ||
limits.maxX = elemDimensions.width + limits.maxX; | ||
} | ||
if (limits.maxY < 0) { | ||
limits.maxY = elemHeight + limits.maxY; | ||
limits.maxY = elemDimensions.height + limits.maxY; | ||
} | ||
@@ -75,0 +75,0 @@ |
{ | ||
"name": "react-input-position", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A React component that decorates it's children with mouse/touch position tracking, a status toggle fired by click/gesture events, and more.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
48932
17