@arsedizioni/ars-utils 19.4.77 → 19.4.78

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.
@@ -491,8 +491,9 @@ class SelectTreeDialogComponent {
491
491
  */
492
492
  appendNode(node) {
493
493
  this.tree.insertNode(node);
494
+ this.currentNode = node;
494
495
  if (node.parent) {
495
- this.expand(node.parent);
496
+ this.expand(node);
496
497
  }
497
498
  }
498
499
  /**