mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
Checkbox: change event only triggers on user input
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
}
|
||||
},
|
||||
|
||||
handleCheckChange(ev) {
|
||||
handleCheckChange(value, ev) {
|
||||
this.node.setChecked(ev.target.checked, !this.tree.checkStrictly);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user