mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fixed #4100 - Data Table row checkboxes propagate click events when a checkbox is unchecked
This commit is contained in:
parent
85ae6d9e5e
commit
e3636e70ae
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ export default {
|
|||
}
|
||||
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
},
|
||||
onFocus() {
|
||||
this.focused = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue