@oliasoft-open-source/react-ui-library 4.19.0-beta-4 → 4.19.0-beta-5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14701,7 +14701,7 @@ const ListScrollWrapper = ({
|
|
|
14701
14701
|
const virtualizer = infiniteScroll ? useVirtualizer({
|
|
14702
14702
|
count: items.length,
|
|
14703
14703
|
getScrollElement: () => listContainerRef.current,
|
|
14704
|
-
estimateSize:
|
|
14704
|
+
estimateSize: () => estimateItemHeight(),
|
|
14705
14705
|
overscan: 5
|
|
14706
14706
|
}) : void 0;
|
|
14707
14707
|
const findFirstActiveItemIndex = (items2) => items2.findIndex((item2) => item2.active === true);
|