feat: disable scroll log to bottom
This commit is contained in:
@@ -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 () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user