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

pull/4954/head
tugcekucukoglu 2023-12-11 11:57:42 +03:00
parent 85ae6d9e5e
commit e3636e70ae
1 changed files with 1 additions and 0 deletions

View File

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