indicator-ui 0.0.326 → 0.0.327
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
|
@@ -42631,7 +42631,7 @@ function useSmartScroll() {
|
|
|
42631
42631
|
} else if (direction === 'to-end' && (0,_utils__WEBPACK_IMPORTED_MODULE_2__.isScrollInEnd)(scrollTop, scrollHeight, clientHeight, delayPx)) {
|
|
42632
42632
|
_onScrollEnd();
|
|
42633
42633
|
}
|
|
42634
|
-
onScroll({
|
|
42634
|
+
onScroll === null || onScroll === void 0 || onScroll({
|
|
42635
42635
|
scrollTop: scrollTop,
|
|
42636
42636
|
scrollHeight: scrollHeight,
|
|
42637
42637
|
clientHeight: clientHeight,
|