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 c865fd2 commit a8e9164Copy full SHA for a8e9164
apify-docs-theme/src/theme/Heading/index.jsx
@@ -45,6 +45,7 @@ export default function Heading({ as: As, id, ...props }) {
45
e.preventDefault();
46
const url = new URL(window.location.href);
47
url.hash = `#${id ?? ''}`;
48
+ window.location.hash = `#${id ?? ''}`;
49
await copyToClipboard(url.toString());
50
};
51
0 commit comments