@colijnit/product 257.1.6 → 257.1.7

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.
@@ -31,8 +31,8 @@
31
31
  function Version() {
32
32
  this.name = "@colijnit/product";
33
33
  this.description = "Product detail page project for iOne";
34
- this.symVer = "257.1.6";
35
- this.publishDate = "17-3-2025 08:31:39";
34
+ this.symVer = "257.1.7";
35
+ this.publishDate = "24-3-2025 10:11:40";
36
36
  }
37
37
  return Version;
38
38
  }());
@@ -2100,6 +2100,7 @@
2100
2100
  resizedSource = resizeCanvas.toDataURL('image/jpeg');
2101
2101
  imageViewModel.source = this._domSanitizer.bypassSecurityTrustUrl(resizedSource);
2102
2102
  imageViewModel.originalSource = source;
2103
+ this._changeDetector.detectChanges();
2103
2104
  return [2 /*return*/];
2104
2105
  });
2105
2106
  }); };