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 28453e0 commit 6cf81f7Copy full SHA for 6cf81f7
apify-docs-theme/static/js/custom.js
@@ -90,6 +90,7 @@ function redirectOpenApiDocs() {
90
const ids = item.getAttribute('data-altids').split(',');
91
if (ids.find((variant) => variant === hash)) {
92
item.click();
93
+ setTimeout(() => scrollOpenApiSidebarItemIntoView(), 200);
94
}
95
96
0 commit comments