Skip to content

Commit

Permalink
Fixed #4100 - Data Table row checkboxes propagate click events when a…
Browse files Browse the repository at this point in the history
… checkbox is unchecked
  • Loading branch information
tugcekucukoglu committed Dec 11, 2023
1 parent 85ae6d9 commit e3636e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/datatable/RowCheckbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export default {
}
event.preventDefault();
event.stopPropagation();
},
onFocus() {
this.focused = true;
Expand Down

0 comments on commit e3636e7

Please sign in to comment.