Skip to content

Commit

Permalink
feat: optimize code
Browse files Browse the repository at this point in the history
  • Loading branch information
杨国璇 authored and 杨国璇 committed Jan 6, 2025
1 parent b6c95bc commit 3c63d20
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ class GroupBody extends Component {
};

onCellContextMenu = (cellPosition) => {
this.setState({ selectedPosition: cellPosition });
this.props.onCellContextMenu(cellPosition);
};

Expand Down

0 comments on commit 3c63d20

Please sign in to comment.