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 e50c521 commit 64e2b34Copy full SHA for 64e2b34
src/components/pre/index.tsx
@@ -30,6 +30,7 @@ export function Pre({
30
31
const copyButton = copy === "" && (
32
<CopyToClipboard
33
+ tabIndex={props.tabIndex}
34
className={filename ? "_ml-auto" : ""}
35
getValue={() => preRef.current?.querySelector("code")?.textContent || ""}
36
/>
0 commit comments