diginet-core-ui 1.4.48-beta.3 → 1.4.48-beta.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.
@@ -635,7 +635,7 @@ const Dropdown = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference)
635
635
  scrollHeight,
636
636
  offsetHeight
637
637
  } = e.target;
638
- if (scrollHeight === Math.ceil(scrollTop) + offsetHeight && dropdownListRef.current) {
638
+ if (scrollHeight <= Math.ceil(scrollTop) + offsetHeight && dropdownListRef.current) {
639
639
  var _dropdownListRef$curr;
640
640
  const length = ((_dropdownListRef$curr = dropdownListRef.current.children) === null || _dropdownListRef$curr === void 0 ? void 0 : _dropdownListRef$curr.length) - ((vlObjDefaultState === null || vlObjDefaultState === void 0 ? void 0 : vlObjDefaultState.length) || 0);
641
641
  // dropdownListRef.current.removeEventListener('scroll', onLoadMoreHandler);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diginet-core-ui",
3
- "version": "1.4.48-beta.3",
3
+ "version": "1.4.48-beta.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "license": "UNLICENSED",