diff --git a/components/table/ExpandIcon.tsx b/components/table/ExpandIcon.tsx index 67271202a6..bcc1ef8673 100644 --- a/components/table/ExpandIcon.tsx +++ b/components/table/ExpandIcon.tsx @@ -25,6 +25,7 @@ function renderExpandIcon(locale: TableLocale) { type="button" onClick={e => { onExpand(record, e!); + e.stopPropagation(); }} className={classNames(iconPrefix, { [`${iconPrefix}-spaced`]: !expandable,