Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update useTocHighlight.tsx #7227

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 15, 2024

  1. Update useTocHighlight.tsx

    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 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c3c5bd6 View commit details
    Browse the repository at this point in the history