@colijnit/product 256.1.7 → 256.1.9

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 = "256.1.7";
35
- this.publishDate = "18/03/2025, 10:19:43";
34
+ this.symVer = "256.1.9";
35
+ this.publishDate = "4/16/2025, 3:51:46 PM";
36
36
  }
37
37
  return Version;
38
38
  }());
@@ -2082,6 +2082,7 @@
2082
2082
  resizedSource = resizeCanvas.toDataURL('image/jpeg');
2083
2083
  imageViewModel.source = this._domSanitizer.bypassSecurityTrustUrl(resizedSource);
2084
2084
  imageViewModel.originalSource = source;
2085
+ this._changeDetector.detectChanges();
2085
2086
  return [2 /*return*/];
2086
2087
  });
2087
2088
  }); };