aefis-core-ui 2.4.3 → 2.4.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/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -26194,7 +26194,7 @@ const ScrollingContainer = _ref => {
|
|
|
26194
26194
|
if (event.target.scrollTop === 0) {
|
|
26195
26195
|
onScrollReachStart && onScrollReachStart(event);
|
|
26196
26196
|
}
|
|
26197
|
-
}, []);
|
|
26197
|
+
}, [onScrollReachEnd]);
|
|
26198
26198
|
return /*#__PURE__*/jsxs(Box$2, _extends({
|
|
26199
26199
|
sx: {
|
|
26200
26200
|
position: "relative",
|