Fixed #4100 - Data Table row checkboxes propagate click events when a checkbox is unchecked

This commit is contained in:
tugcekucukoglu 2023-12-11 11:57:42 +03:00
parent 85ae6d9e5e
commit e3636e70ae

View file

@ -83,6 +83,7 @@ export default {
}
event.preventDefault();
event.stopPropagation();
},
onFocus() {
this.focused = true;