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 f52a6ab commit 38f3121Copy full SHA for 38f3121
docs/content/fsdocs-theme.js
@@ -17,7 +17,7 @@ function scrollToAndExpandSelectedMember() {
17
const details = document.querySelector(`tr > td.fsdocs-member-usage:has(a[href='${location.hash}']) ~ td.fsdocs-member-xmldoc > details`);
18
details?.setAttribute('open', 'true');
19
const header = document.querySelector(`a[href='${location.hash}']`);
20
- header.scrollIntoView({ behavior: 'instant'});
+ header?.scrollIntoView({ behavior: 'instant'});
21
}
22
23
0 commit comments