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 0c5c1b3 commit 5209554Copy full SHA for 5209554
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