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 2831614 commit bf8b078Copy full SHA for bf8b078
src/components/copyMarkdownButton.tsx
@@ -24,8 +24,6 @@ export function CopyMarkdownButton({pathname}: CopyMarkdownButtonProps) {
24
const dropdownRef = useRef<HTMLDivElement>(null);
25
const {emit} = usePlausibleEvent();
26
27
-
28
29
const copyMarkdownToClipboard = async () => {
30
setIsLoading(true);
31
setCopied(false);
0 commit comments