mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
This reverts commit ce17f19ca0
.
This commit is contained in:
parent
ce17f19ca0
commit
1444043fd8
@ -25,6 +25,7 @@ function renderExpandIcon(locale: TableLocale) {
|
||||
type="button"
|
||||
onClick={e => {
|
||||
onExpand(record, e!);
|
||||
e.stopPropagation();
|
||||
}}
|
||||
className={classNames(iconPrefix, {
|
||||
[`${iconPrefix}-spaced`]: !expandable,
|
||||
|
Loading…
Reference in New Issue
Block a user