react.dev icon indicating copy to clipboard operation
react.dev copied to clipboard

Update useTocHighlight.tsx

Open viniciusgiani opened this issue 1 year ago • 3 comments
trafficstars

ToC Highlight on Click: A new useEffect is added to listen for clicks on the ToC links. When a link is clicked, the currentIndex is updated to highlight the clicked item.

Handling Few Headings: The updateActiveLink function now ensures that when there are very few headers or the user is near the bottom of the page, the last header is correctly highlighted.

viniciusgiani avatar Oct 15 '24 17:10 viniciusgiani