mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +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"
|
type="button"
|
||||||
onClick={e => {
|
onClick={e => {
|
||||||
onExpand(record, e!);
|
onExpand(record, e!);
|
||||||
|
e.stopPropagation();
|
||||||
}}
|
}}
|
||||||
className={classNames(iconPrefix, {
|
className={classNames(iconPrefix, {
|
||||||
[`${iconPrefix}-spaced`]: !expandable,
|
[`${iconPrefix}-spaced`]: !expandable,
|
||||||
|
Loading…
Reference in New Issue
Block a user