Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
felixw committed Sep 29, 2023
1 parent c96b8ed commit 7338e7f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/components/src/components/data-grid/data-grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1023,9 +1023,7 @@ export class DataGrid {
},
onClick: (e) => {
const clickedElement = e.target as HTMLElement;
if (
!clickedElement.matches('.thead__divider')
) {
if (!clickedElement.matches('.thead__divider')) {
this.toggleTableSorting(
sortDirection,
columnIndex,
Expand Down

0 comments on commit 7338e7f

Please sign in to comment.