bhd-components 0.11.16 → 0.11.17

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.
@@ -15201,14 +15201,14 @@ var VirtuosoList = /*#__PURE__*/ forwardRef(function(props, ref) {
15201
15201
  var scrollToBottom = function() {
15202
15202
  if (!virtuosoRef.current) return;
15203
15203
  if (isAutoScrollRef.current && !userScrolledUpRef.current) {
15204
- timerRef.current.scrollTimer = setTimeout(function() {
15205
- virtuosoRef.current.scrollToIndex({
15206
- index: "LAST",
15207
- align: "end",
15208
- behavior: "auto",
15209
- offset: scrollOffset
15210
- });
15211
- }, 100);
15204
+ // timerRef.current.scrollTimer = setTimeout(() => {
15205
+ virtuosoRef.current.scrollToIndex({
15206
+ index: "LAST",
15207
+ align: "end",
15208
+ behavior: "auto",
15209
+ offset: scrollOffset
15210
+ });
15211
+ // }, 100);
15212
15212
  }
15213
15213
  };
15214
15214
  var getData = function(page, pageSize) {