diff --git a/components/typography/Base.tsx b/components/typography/Base.tsx index 2650871ec0..d4761ff57b 100644 --- a/components/typography/Base.tsx +++ b/components/typography/Base.tsx @@ -233,6 +233,7 @@ const Base = defineComponent({ // ================ Copy ================ function onCopyClick(e: MouseEvent) { e.preventDefault(); + e.stopPropagation(); const { copyable } = props; const copyConfig = {