bbj-screen-widget 2.4.69 → 2.4.70

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.
@@ -20618,7 +20618,9 @@
20618
20618
  TiandituComponent.prototype.ngOnInit = function () {
20619
20619
  return __awaiter(this, void 0, void 0, function () {
20620
20620
  return __generator(this, function (_a) {
20621
- i1.scaleAdapter(this.scale$, this.destroy$, this.zone, this.elementRef.nativeElement, this.widgetRef);
20621
+ if (this.scale$) {
20622
+ i1.scaleAdapter(this.scale$, this.destroy$, this.zone, this.elementRef.nativeElement, this.widgetRef);
20623
+ }
20622
20624
  this.initMap();
20623
20625
  return [2 /*return*/];
20624
20626
  });