Skip to content

Commit 15a0551

Browse files
authored
fix(Table): selection toggle for multiselect table (#2076)
1 parent 7aa5b45 commit 15a0551

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/blade/src/components/Table/TableBody.web.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ const TableCheckboxCell = ({
234234
justifyContent="center"
235235
flex={1}
236236
width={makeSize(checkboxCellWidth)}
237+
onClick={(e) => e.stopPropagation()}
237238
>
238239
<Checkbox isDisabled={isDisabled} isChecked={isChecked} onChange={onChange} />
239240
</BaseBox>

0 commit comments

Comments
 (0)