Skip to content

Commit

Permalink
fix:crud2中行记录内switch无法change问题
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm-lv committed Jan 15, 2024
1 parent b9e3718 commit 731e0e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/amis-ui/src/components/table/Row.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ class BodyRow extends React.PureComponent<Props> {
return;
}

e.preventDefault();
e.stopPropagation();

const {onClick} = this.props;
onClick && onClick(e, record, rowIndex);
}
Expand Down

0 comments on commit 731e0e3

Please sign in to comment.