Bugfix/stop propagation when table selector is clicked (#926)

* Stop propagation when table selector checkbox is clicked

* Reposition onClick handler of table selector checkbox
This commit is contained in:
Sherfin Shamsudeen 2021-10-07 14:05:36 +05:30 committed by GitHub
parent 88be532619
commit 20d1bd0a31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -630,6 +630,7 @@ export function Table({
marginTop: 8,
marginLeft: 10,
}}
onClick={(event) => event.stopPropagation()}
{...rest}
/>
</>