fix: set default state of toc to false
This commit is contained in:
parent
24859da9ff
commit
dc2c02a41b
@ -22,7 +22,7 @@ function RecursivelyToc({ toc }: { toc: Toc }) {
|
|||||||
? true
|
? true
|
||||||
: location.hash.length > 0
|
: location.hash.length > 0
|
||||||
? location.hash === `#${tocEntry.id}`
|
? location.hash === `#${tocEntry.id}`
|
||||||
: true
|
: false
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<a href={`#${tocEntry.id}`}>{tocEntry.value}</a>
|
<a href={`#${tocEntry.id}`}>{tocEntry.value}</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user