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