rc-virtual-list
Advanced tools
Comparing version 0.0.0-alpha.27 to 0.0.0-alpha.28
@@ -501,3 +501,4 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } | ||
this.setState({ | ||
status: 'MEASURE_DONE' | ||
status: 'MEASURE_DONE', | ||
itemIndex: 0 | ||
}); | ||
@@ -504,0 +505,0 @@ requestAnimationFrame(function () { |
@@ -517,3 +517,4 @@ "use strict"; | ||
this.setState({ | ||
status: 'MEASURE_DONE' | ||
status: 'MEASURE_DONE', | ||
itemIndex: 0 | ||
}); | ||
@@ -520,0 +521,0 @@ requestAnimationFrame(function () { |
{ | ||
"name": "rc-virtual-list", | ||
"version": "0.0.0-alpha.27", | ||
"version": "0.0.0-alpha.28", | ||
"description": "React Virtual List Component", | ||
@@ -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
116291
2514