You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
a-typography-link组件copyable时,增加@click事件,复制时也会触发内容部分click事件
When the a-typography-link component is copyable, add the @click event, and the content part click event will also be triggered when copying
Jun 27, 2022
Version
3.2.6
Environment
MACOS12.4 WINDOWSEDGE 103
Reproduction link
Steps to reproduce
<a-typography-link
@click="handleClick"
:ellipsis="true"
content=" Ant Design Vue (copyable Link)Ant Design Vue (copyable Link)Ant Design Vue(copyable Link)Ant"
underline
copyable
<template #copyableIcon="{ copied }">
是否自定义copy按钮,在a-typography-link组件中增加@click响应均会出现copy点击也会触发内容部分click的情况
What is expected?
copy expand edit等按钮点击不触发typography内容部分自定义的click事件
What is actually happening?
copy expand edit等按钮点击触发typography内容部分自定义的click事件
The text was updated successfully, but these errors were encountered: