We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2130b6b commit eb40133Copy full SHA for eb40133
src/layouts/WikiArticle.astro
@@ -180,7 +180,6 @@ export interface Props {
180
.forEach((heading) => intersectionObserver.observe(heading));
181
182
// Watch for article scrolling to scroll outline
183
- document.addEventListener("scroll", () => scrollOutline());
184
centerColumn.addEventListener("scroll", () => scrollOutline());
185
186
// Force browser to scroll to targeted heading on page load
0 commit comments