Skip to content

Commit 2c01d7c

Browse files
committed
forgot
1 parent 049696f commit 2c01d7c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/common/src/components/CopyButton/CopyButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export const CopyButton = React.forwardRef<HTMLButtonElement, CopyButtonProps>(
3636
onClick={e => {
3737
e.stopPropagation()
3838
copyToClipboard(text)
39+
onClick?.(e)
3940
}}
4041
disabled={disabled || !!isCopied}
4142
{...props}

0 commit comments

Comments
 (0)