rc-virtual-list
Advanced tools
Comparing version 3.4.8 to 3.4.10
@@ -182,13 +182,10 @@ var _excluded = ["prefixCls", "className", "height", "itemHeight", "fullHeight", "style", "data", "children", "itemKey", "virtual", "component", "onScroll", "onVisibleChange"]; | ||
itemTop = currentItemBottom; | ||
} // Fallback to normal if not match. This code should never reach | ||
} // When scrollTop at the end but data cut to small count will reach this | ||
/* istanbul ignore next */ | ||
// Fallback to normal if not match. This code should never reach | ||
/* istanbul ignore next */ | ||
// When scrollTop at the end but data cut to small count will reach this | ||
if (startIndex === undefined) { | ||
startIndex = 0; | ||
startOffset = 0; | ||
endIndex = Math.ceil(height / itemHeight); | ||
} | ||
@@ -195,0 +192,0 @@ |
@@ -210,13 +210,10 @@ "use strict"; | ||
itemTop = currentItemBottom; | ||
} // Fallback to normal if not match. This code should never reach | ||
} // When scrollTop at the end but data cut to small count will reach this | ||
/* istanbul ignore next */ | ||
// Fallback to normal if not match. This code should never reach | ||
/* istanbul ignore next */ | ||
// When scrollTop at the end but data cut to small count will reach this | ||
if (startIndex === undefined) { | ||
startIndex = 0; | ||
startOffset = 0; | ||
endIndex = Math.ceil(height / itemHeight); | ||
} | ||
@@ -223,0 +220,0 @@ |
{ | ||
"name": "rc-virtual-list", | ||
"version": "3.4.8", | ||
"version": "3.4.10", | ||
"description": "React Virtual List Component", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
132583
2516