Skip to content

Commit 839c333

Browse files
comment cleanup
1 parent ef67978 commit 839c333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/copyMarkdownButton.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ export function CopyMarkdownButton({pathname}: CopyMarkdownButtonProps) {
9393
};
9494
}, []);
9595

96-
// Pre-fetch markdown content to avoid losing user gesture context
97-
// On iOS we can't async fetch on tap because the user gesture is lost by the time we try to update the clipboard.
96+
// Pre-fetch markdown content to avoid losing user gesture context. On iOS we can't async
97+
// fetch on tap because the user gesture is lost by the time we try to update the clipboard.
9898
useEffect(() => {
9999
if (!prefetchedContent) {
100100
const prefetchContent = async () => {

0 commit comments

Comments
 (0)