mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 03:22:59 +08:00
test: Fix Table test (#23915)
This commit is contained in:
parent
701f35d0eb
commit
ce17f19ca0
@ -25,7 +25,6 @@ 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