@arsedizioni/ars-utils 19.4.80 → 19.4.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -495,8 +495,8 @@ class SelectTreeDialogComponent {
|
|
|
495
495
|
const newNode = this.currentNode.children.find(x => x.id === node.id);
|
|
496
496
|
if (newNode) {
|
|
497
497
|
console.log(newNode.id);
|
|
498
|
-
this.expand(newNode);
|
|
499
498
|
}
|
|
499
|
+
this.treeControl.expand(this.currentNode);
|
|
500
500
|
}, 100);
|
|
501
501
|
}
|
|
502
502
|
/**
|