@arsedizioni/ars-utils 18.2.514 → 18.2.515

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.
@@ -2286,10 +2286,12 @@ class ClipperDocumentComponent extends ClipperDocumentManager {
2286
2286
  this.previewFile(url);
2287
2287
  }
2288
2288
  else {
2289
- // Begin loading only if not downloading a file
2290
- this.busy.set(url.indexOf('documents/render/item') === -1);
2291
- // Navigate
2292
- this.url.set(url);
2289
+ this.clipperService.preRender().subscribe(() => {
2290
+ // Begin loading only if not downloading a file
2291
+ this.busy.set(url.indexOf('documents/render/item') === -1);
2292
+ // Navigate
2293
+ this.url.set(url);
2294
+ });
2293
2295
  }
2294
2296
  }
2295
2297
  /**