This commit is contained in:
tugcekucukoglu 2023-12-20 09:55:40 +03:00
parent 4e60d03482
commit 1cf4ba1464

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