Revert "test: Fix Table test (#23915)" (#23916)

This reverts commit ce17f19ca0.
This commit is contained in:
偏右 2020-05-06 23:38:58 +08:00 committed by GitHub
parent ce17f19ca0
commit 1444043fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ function renderExpandIcon(locale: TableLocale) {
type="button"
onClick={e => {
onExpand(record, e!);
e.stopPropagation();
}}
className={classNames(iconPrefix, {
[`${iconPrefix}-spaced`]: !expandable,