TreeSelect incorrect event if an item is unselected

pull/1190/head
Ruslan 2021-04-19 04:35:07 +05:00 committed by GitHub
parent 4ea5670058
commit d87b3bd454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ export default {
}
},
onNodeUnselect(node) {
this.$emit('node-select', node);
this.$emit('node-unselect', node);
},
onNodeToggle(keys) {
this.expandedKeys = keys;