diff --git a/themes/fukasawa/components/Catalog.js b/themes/fukasawa/components/Catalog.js index dc924a7c..4aed743c 100644 --- a/themes/fukasawa/components/Catalog.js +++ b/themes/fukasawa/components/Catalog.js @@ -52,7 +52,6 @@ const Catalog = ({ toc }) => { } setActiveSection(currentSectionId) const index = tocIds.indexOf(currentSectionId) || 0 - console.log('滚动目录', tRef.current) tRef?.current?.scrollTo({ top: 28 * index, behavior: 'smooth' }) }, throttleMs))