Skip to content

Commit 2a606f1

Browse files
committed
fix copy button
1 parent 2a2a8a3 commit 2a606f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/CodeExplorer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ export function CodeExplorer({
118118
/>
119119
<div className="flex-1 overflow-auto relative">
120120
<CodeBlock
121+
showTypeCopyButton={true}
121122
isEmbedded
122123
className={twMerge(
123124
'h-full border-0',

0 commit comments

Comments
 (0)