Skip to content

Commit

Permalink
Refactor #1942
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Apr 6, 2021
1 parent 6b32e2e commit ae7ca8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/datatable/TableBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,9 @@ export class TableBody extends Component {
};

selection.push(rangeRowData);
}

this.onSelect({ originalEvent: event.originalEvent, data: rangeRowData, type: 'cell' });
this.onSelect({ originalEvent: event.originalEvent, data: rangeRowData, type: 'cell' });
}
}
return selection;
}
Expand Down

0 comments on commit ae7ca8b

Please sign in to comment.