cogsbox-state 0.5.293 → 0.5.294
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/CogsState.jsx +93 -93
- package/dist/CogsState.jsx.map +1 -1
- package/package.json +1 -1
- package/src/CogsState.tsx +1 -1
package/package.json
CHANGED
package/src/CogsState.tsx
CHANGED
|
@@ -1847,7 +1847,7 @@ function createProxyHandler<T>(
|
|
|
1847
1847
|
currentHeight += getItemHeight(i);
|
|
1848
1848
|
}
|
|
1849
1849
|
|
|
1850
|
-
console.log("totalHeight",
|
|
1850
|
+
console.log("totalHeight", currentHeight);
|
|
1851
1851
|
return { totalHeight: currentHeight, positions: pos };
|
|
1852
1852
|
}, [totalCount, getItemHeight]);
|
|
1853
1853
|
|