Skip to content

Commit

Permalink
Fix scrollbar flickering when clicking on a menu
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Dec 21, 2023
1 parent 281ac1d commit cbafc4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/TableOfContents/TableOfContents.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ function TableOfContents({
className={cn(styles.tableOfContentsLink, {
[styles.active]: currentPageUrl[1] && currentPageUrl[1] === url,
})}
onClick={() => setIsOpen(!isOpen)}
>
<span className={styles.linkNumber}>{order}.&nbsp;</span>
{tUI(title)}
Expand Down

1 comment on commit cbafc4e

@ekbdev
Copy link

@ekbdev ekbdev commented on cbafc4e Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for guides ready!

✅ Preview
https://guides-33g3awr37-ekbdev.vercel.app
https://eguides-fix-links-scrollbar.vercel.app

Built with commit cbafc4e.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.