@arsedizioni/ars-utils 21.1.64 → 21.1.65

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.
@@ -902,6 +902,7 @@ class ClipperDocumentComponent extends ClipperDocumentManager {
902
902
  this.dialogData.theme +
903
903
  "&id=" +
904
904
  this.dialogData.id;
905
+ console.log("Opening document with url: " + url);
905
906
  this.navigateByUrl(url);
906
907
  }
907
908
  }
@@ -1102,6 +1103,7 @@ class ClipperDocumentComponent extends ClipperDocumentManager {
1102
1103
  this.clipperService.preRender().subscribe(() => {
1103
1104
  // Begin loading only if not downloading a file
1104
1105
  this.busy.set(url.indexOf('documents/render/item') === -1);
1106
+ console.log("Navigating to url: " + url);
1105
1107
  // Navigate
1106
1108
  this.url.set(url);
1107
1109
  });