@legendapp/list 0.3.3 → 0.3.4
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/index.js +1 -0
- package/index.mjs +1 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -208,6 +208,7 @@ var ListComponent = React6__namespace.memo(function ListComponent2({
|
|
|
208
208
|
],
|
|
209
209
|
onScroll: handleScroll,
|
|
210
210
|
onLayout,
|
|
211
|
+
scrollEventThrottle: 32,
|
|
211
212
|
horizontal,
|
|
212
213
|
contentOffset: initialContentOffset ? horizontal ? { x: initialContentOffset, y: 0 } : { x: 0, y: initialContentOffset } : void 0,
|
|
213
214
|
ref: refScroller
|
package/index.mjs
CHANGED
|
@@ -187,6 +187,7 @@ var ListComponent = React6.memo(function ListComponent2({
|
|
|
187
187
|
],
|
|
188
188
|
onScroll: handleScroll,
|
|
189
189
|
onLayout,
|
|
190
|
+
scrollEventThrottle: 32,
|
|
190
191
|
horizontal,
|
|
191
192
|
contentOffset: initialContentOffset ? horizontal ? { x: initialContentOffset, y: 0 } : { x: 0, y: initialContentOffset } : void 0,
|
|
192
193
|
ref: refScroller
|