@dsivd/prestations-ng 14.5.23-beta7 → 14.5.23-beta8

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.
@@ -9019,7 +9019,7 @@
9019
9019
  this.selectedElemRef.changes.pipe(operators.first()).subscribe(function () {
9020
9020
  var selectedElemRefArray = __spreadArray([], __read(_this.selectedElemRef.toArray()));
9021
9021
  if (!selectedElemRefArray.length && !!_this.selectedItemsArea) {
9022
- _this.selectedItemsArea.nativeElement.setFocus();
9022
+ _this.selectedItemsArea.nativeElement.focus();
9023
9023
  }
9024
9024
  });
9025
9025
  };