mirror of https://github.com/rancher/ui.git
commit
4ed45ed07c
|
|
@ -63,7 +63,7 @@ export default Component.extend({
|
|||
const check = $('input[type=checkbox]', $row)[0]; // eslint-disable-line
|
||||
|
||||
if ( check && e.target !== check && e.target.tagName !== 'LABEL' ) {
|
||||
check.checked = !check.checked;
|
||||
check.click();
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue