@arsedizioni/ars-utils 19.0.95 → 19.0.98

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.
@@ -1432,7 +1432,7 @@ class ClipperDocumentComponent extends ClipperDocumentManager {
1432
1432
  */
1433
1433
  select() {
1434
1434
  if (this.lastDocument) {
1435
- this.broadcastService.sendMessage(ClipperMessages.DOCUMENT_SELECTED_INNER, [this.lastDocument]);
1435
+ this.broadcastService.sendMessage(ClipperMessages.DOCUMENT_SELECTED_INNER, this.lastDocument);
1436
1436
  this.changeDetector.markForCheck();
1437
1437
  this.close();
1438
1438
  }