二货机器人
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
components/table/ExpandIcon.tsx
|
@ -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, |
|
|