diff --git a/src/components/logs-viewer/logs-list.tsx b/src/components/logs-viewer/logs-list.tsx index 9d0b3b48..94cd9042 100644 --- a/src/components/logs-viewer/logs-list.tsx +++ b/src/components/logs-viewer/logs-list.tsx @@ -76,13 +76,14 @@ const LogsList: React.FC = forwardRef((props, ref) => { isTop: false, isBottom: true }); + stopScroll.current = false; } else { onScroll?.({ isTop: false, isBottom: false }); } - debounceResetStopScroll(); + // debounceResetStopScroll(); }, [debounceResetStopScroll, scrollEventElement] );