From a176e7d01361a675dcc62db5d3539cc387720243 Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Sun, 8 Mar 2026 20:08:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E5=88=97=E8=A1=A8=E6=A8=A1=E5=BC=8F=E8=8A=82=E6=B5=81?= =?UTF-8?q?=E6=97=B6=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/MobileFundTable.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/MobileFundTable.jsx b/app/components/MobileFundTable.jsx index aa5f800..ca8d642 100644 --- a/app/components/MobileFundTable.jsx +++ b/app/components/MobileFundTable.jsx @@ -343,7 +343,7 @@ export default function MobileFundTable({ setShowPortalHeader(tableRect.top <= nextStickyTop); }; - const throttledVerticalUpdate = throttle(updateVerticalState, 50, { leading: true, trailing: true }); + const throttledVerticalUpdate = throttle(updateVerticalState, 1000/60, { leading: true, trailing: true }); updateVerticalState(); window.addEventListener('scroll', throttledVerticalUpdate, { passive: true });