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 1272d93 commit dddfae5Copy full SHA for dddfae5
apify-docs-theme/static/js/custom.js
@@ -74,3 +74,8 @@ document.addEventListener('scroll', () => {
74
ticking = true;
75
}
76
});
77
+
78
+document.addEventListener('DOMContentLoaded', () => {
79
+ // we need to wait a bit more, since the event fires too soon, and a lot of hydration is done after it
80
+ setTimeout(() => scrollSidebarItemIntoView(), 3000);
81
+});
0 commit comments