1
0
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:
Alex Andreev 2022-08-25 12:40:58 +03:00
parent b16d6520bc
commit 9857358d2b

View File

@ -107,6 +107,7 @@ function IndeterminateCheckbox({
ref={ref}
className={className}
style={{ cursor: "pointer" }}
onClick={(e) => e.stopPropagation()}
{...rest}
/>
)