mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Lint fix
This commit is contained in:
parent
4e60d03482
commit
1cf4ba1464
1 changed files with 1 additions and 0 deletions
|
@ -254,6 +254,7 @@ export default {
|
|||
},
|
||||
onNodeToggle(node) {
|
||||
const key = this.nodeKey(node);
|
||||
|
||||
if (this.d_expandedKeys[key]) {
|
||||
delete this.d_expandedKeys[key];
|
||||
this.$emit('node-collapse', node);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue