@arsedizioni/ars-utils 19.0.93 → 19.0.94

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.
@@ -3854,7 +3854,7 @@ class ClipperBrowserDialogComponent {
3854
3854
  if (message.id === ClipperMessages.DOCUMENT_SELECTED_INNER) {
3855
3855
  const document = this.clipperBrowser().getSnapshotDocument(message.data.documentId || message.data.id);
3856
3856
  if (document) {
3857
- this.broadcastService.sendMessage(ClipperMessages.DOCUMENT_SELECTED, document);
3857
+ this.broadcastService.sendMessage(ClipperMessages.DOCUMENT_SELECTED, [document]);
3858
3858
  this.changeDetector.markForCheck();
3859
3859
  this.dialogRef.close();
3860
3860
  }