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 { } else {
navigate(`/runs/${row.robotMetaId}`); navigate(`/runs/${row.robotMetaId}`);
} }
scrollToLogBottom(); //scrollToLogBottom();
}; };
useEffect(() => { // useEffect(() => {
scrollToLogBottom(); // scrollToLogBottom();
}, [currentLog]) // }, [currentLog])
useEffect(() => { useEffect(() => {
const fetchUserEmail = async () => { const fetchUserEmail = async () => {