mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
stopPropagation() on checkbox click
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
b16d6520bc
commit
9857358d2b
@ -107,6 +107,7 @@ function IndeterminateCheckbox({
|
|||||||
ref={ref}
|
ref={ref}
|
||||||
className={className}
|
className={className}
|
||||||
style={{ cursor: "pointer" }}
|
style={{ cursor: "pointer" }}
|
||||||
|
onClick={(e) => e.stopPropagation()}
|
||||||
{...rest}
|
{...rest}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user