We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2caae44 commit 330737eCopy full SHA for 330737e
components/layouts/toc-tree.tsx
@@ -71,8 +71,6 @@ export default function TocTree(props: TocTreeProps) {
71
}
72
73
const handleToc = useCallback(() => {
74
- console.log('aaa');
75
-
76
const nodes = Array.from(containerRef.current?.querySelectorAll('h1, h2, h3') || []);
77
const newList = nodes.map((node) => ({
78
title: node.textContent,
0 commit comments