react-window
Advanced tools
Comparing version 1.4.0-alpha.0 to 1.4.0-alpha.1
{ | ||
"name": "react-window", | ||
"version": "1.4.0-alpha.0", | ||
"version": "1.4.0-alpha.1", | ||
"description": | ||
@@ -5,0 +5,0 @@ "React components for efficiently rendering large, scrollable lists and tabular data", |
@@ -280,3 +280,3 @@ // @flow | ||
direction === 'horizontal' | ||
? `-${scrollOffsetDelta}px` | ||
? `${-scrollOffsetDelta}px` | ||
: undefined, | ||
@@ -283,0 +283,0 @@ marginTop: |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
255913