Skip to content

Commit bc1f11f

Browse files
committed
fix(react-table): make invisible selection cell non-interactive
1 parent e88abcf commit bc1f11f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/react-components/react-table/library/src/components/TableSelectionCell/useTableSelectionCellStyles.styles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const useStyles = makeStyles({
6464

6565
hidden: {
6666
opacity: 0,
67+
pointerEvents: 'none',
6768
},
6869
});
6970

0 commit comments

Comments
 (0)