odaptos_design_system 1.4.277 → 1.4.278

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.
@@ -10381,15 +10381,12 @@ const Chat = ({
10381
10381
  });
10382
10382
  }
10383
10383
  }, [messages.length]);
10384
- React.useEffect(() => {
10385
- if (containerRef.current) {
10386
- // Scroll down when tasks or messages list change
10387
- containerRef.current.scrollIntoView({
10388
- behavior: 'smooth',
10389
- block: 'end'
10390
- });
10391
- }
10392
- }, [tasks, messages]);
10384
+ // useEffect(() => {
10385
+ // if (containerRef.current) {
10386
+ // // Scroll down when tasks or messages list change
10387
+ // containerRef.current.scrollIntoView({ behavior: 'smooth', block: 'end' });
10388
+ // }
10389
+ // }, [tasks, messages]);
10393
10390
  if (isTaskMode) {
10394
10391
  return /*#__PURE__*/React__default.createElement(Grid, Object.assign({
10395
10392
  container: true,