diff --git a/src/pages/crontab/index.tsx b/src/pages/crontab/index.tsx index 7afceb7b..27de0450 100644 --- a/src/pages/crontab/index.tsx +++ b/src/pages/crontab/index.tsx @@ -924,6 +924,7 @@ const Crontab = () => { const vComponents = useMemo(() => { return VList({ height: tableScrollHeight!, + resetTopWhenDataChange: false, }); }, [tableScrollHeight]);