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 62664cd commit bbae230Copy full SHA for bbae230
src/components/copyMarkdownButton.tsx
@@ -41,7 +41,6 @@ export function CopyMarkdownButton({pathname}: CopyMarkdownButtonProps) {
41
}
42
};
43
44
- // Set mounted state and close dropdown on outside click
45
useEffect(() => {
46
setIsMounted(true);
47
0 commit comments