-
Notifications
You must be signed in to change notification settings - Fork 20
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
Investigate toc #426
Investigate toc #426
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Pull Request Test Coverage Report for Build 5681674773
💛 - Coveralls |
}; | ||
|
||
const observer = new IntersectionObserver(handleIntersection, { | ||
rootMargin: '-30% 0px -30% 0px', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these feel a little magical, do they need to be configurable ?
it works better, lets get it in and we can iterate as we need to |
Had discussions with design team...we want to revert back to having only 1 toc item selected at a time |
Another look at this and the implementation is likely to change again with the move to app directory |
No description provided.