From 1444043fd8471942511b9248fbb1b84ea544bdeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Wed, 6 May 2020 23:38:58 +0800 Subject: [PATCH] Revert "test: Fix Table test (#23915)" (#23916) This reverts commit ce17f19ca00531a317b8ef20e5973e8d8b107af4. --- components/table/ExpandIcon.tsx | 1 + 1 file changed, 1 insertion(+) 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,