Fixed #4100 - Data Table row checkboxes propagate click events when a checkbox is unchecked
parent
85ae6d9e5e
commit
e3636e70ae
|
@ -83,6 +83,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
event.stopPropagation();
|
||||||
},
|
},
|
||||||
onFocus() {
|
onFocus() {
|
||||||
this.focused = true;
|
this.focused = true;
|
||||||
|
|
Loading…
Reference in New Issue