From e0320bcac1bfeb14e9f86ae0bff2d26bef439b63 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Fri, 10 Jan 2025 12:33:39 +0530 Subject: [PATCH] feat: disable scroll log to bottom --- src/components/run/ColapsibleRow.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/run/ColapsibleRow.tsx b/src/components/run/ColapsibleRow.tsx index 362ac1c7..8cf27d6d 100644 --- a/src/components/run/ColapsibleRow.tsx +++ b/src/components/run/ColapsibleRow.tsx @@ -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 () => {