mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
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:
parent
88be532619
commit
20d1bd0a31
1 changed files with 1 additions and 0 deletions
|
|
@ -630,6 +630,7 @@ export function Table({
|
|||
marginTop: 8,
|
||||
marginLeft: 10,
|
||||
}}
|
||||
onClick={(event) => event.stopPropagation()}
|
||||
{...rest}
|
||||
/>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Reference in a new issue