pull/4987/head
tugcekucukoglu 2023-12-20 09:55:40 +03:00
parent 4e60d03482
commit 1cf4ba1464
1 changed files with 1 additions and 0 deletions

View File

@ -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);