feat: disable scroll log to bottom

This commit is contained in:
amhsirak
2025-01-10 12:33:39 +05:30
parent 409f4b2d33
commit e0320bcac1

View File

@@ -70,12 +70,12 @@ export const CollapsibleRow = ({ row, handleDelete, isOpen, currentLog, abortRun
} else {
navigate(`/runs/${row.robotMetaId}`);
}
scrollToLogBottom();
//scrollToLogBottom();
};
useEffect(() => {
scrollToLogBottom();
}, [currentLog])
// useEffect(() => {
// scrollToLogBottom();
// }, [currentLog])
useEffect(() => {
const fetchUserEmail = async () => {