From 1bc64a23e3f50679d63454a286a53e6c93c1aaef Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 7 Feb 2023 21:29:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9F=A5=E7=9C=8B=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E6=97=A5=E5=BF=97=EF=BC=8C=E5=88=97=E8=A1=A8=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E9=87=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/crontab/index.tsx | 1 + 1 file changed, 1 insertion(+) 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]);