@landtrustinc/design-system 1.2.66 → 1.2.67

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 CHANGED
@@ -7059,7 +7059,7 @@ var useChatScrollControl = ({
7059
7059
  userJustSentMessageRef.current = false;
7060
7060
  return;
7061
7061
  }
7062
- const shouldAutoScroll = userJustSentMessageRef.current || isAtBottom;
7062
+ const shouldAutoScroll = userJustSentMessageRef.current;
7063
7063
  if (!shouldAutoScroll) {
7064
7064
  setShowScrollButton(true);
7065
7065
  return;