Skip to content

Commit

Permalink
Merge f584555 into fe5824a
Browse files Browse the repository at this point in the history
  • Loading branch information
jansule authored Aug 31, 2018
2 parents fe5824a + f584555 commit 1a96839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Grid/AgFeatureGrid/AgFeatureGrid.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ export class AgFeatureGrid extends React.Component {
const feature = this.getFeatureFromRowKey(row.key);

if (isFunction(onRowClick)) {
onRowClick(row, feature);
onRowClick(row, feature, evt);
} else {
this.zoomToFeatures([feature]);
}
Expand Down

0 comments on commit 1a96839

Please sign in to comment.