From 31fb8521b893bc35f167e16289bf753c3a5a5177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Thu, 9 Mar 2023 11:21:09 +0800 Subject: [PATCH] =?UTF-8?q?enahnce(view):=E5=8E=BB=E6=8E=89=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E8=AF=AD=E5=8F=A5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ContinuationView.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ContinuationView.tsx b/src/components/ContinuationView.tsx index f776aa9..956cc2f 100644 --- a/src/components/ContinuationView.tsx +++ b/src/components/ContinuationView.tsx @@ -17,7 +17,6 @@ export const ContinuationView: FC = () => { const virtualListRef = useRef(); const handleOnRenderAction = useCallback( ({ visibleStartIndex, visibleStopIndex }) => { - console.log('[debug]on render:', visibleStartIndex, visibleStopIndex); updateActives(map(i => files[i].filename, range(visibleStartIndex, visibleStopIndex + 1))); }, [files]