From 067990a1e5a1013970b7b2984813ccf9bb384957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Fri, 10 Mar 2023 10:00:23 +0800 Subject: [PATCH] =?UTF-8?q?enhance(view):=E5=8E=BB=E9=99=A4=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E4=BD=BF=E7=94=A8=E7=9A=84=E8=B0=83=E8=AF=95=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ContinuationView.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/ContinuationView.tsx b/src/components/ContinuationView.tsx index ce8d6d8..209094a 100644 --- a/src/components/ContinuationView.tsx +++ b/src/components/ContinuationView.tsx @@ -25,8 +25,6 @@ export const ContinuationView: FC = () => { useEffect(() => { ebus?.addListener('navigate_offset', ({ filename }) => { let index = indexOf(filename, pluck('filename', files)); - console.log('[debug]filenames', pluck('filename', files)); - console.log('[debug]navigate: ', filename, index); virtualListRef.current?.scrollToItem(index); }); ebus?.addListener('reset_views', () => {