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.
- package/dist/odaptos_design_system.cjs.development.js +6 -9
- package/dist/odaptos_design_system.cjs.development.js.map +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js.map +1 -1
- package/dist/odaptos_design_system.esm.js +6 -9
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Interviews/Chat.tsx +6 -6
|
@@ -10381,15 +10381,12 @@ const Chat = ({
|
|
|
10381
10381
|
});
|
|
10382
10382
|
}
|
|
10383
10383
|
}, [messages.length]);
|
|
10384
|
-
|
|
10385
|
-
|
|
10386
|
-
|
|
10387
|
-
|
|
10388
|
-
|
|
10389
|
-
|
|
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,
|