ngx-wapp-components 3.2.7-alpha.4 → 3.2.7-alpha.5
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.
|
@@ -7082,9 +7082,10 @@ class WImageFileUploaderComponent {
|
|
|
7082
7082
|
return i != -1 ? i : 0;
|
|
7083
7083
|
}
|
|
7084
7084
|
setImageHeight() {
|
|
7085
|
+
console.log('height');
|
|
7085
7086
|
if (this.activeFieldVersion == true) {
|
|
7086
7087
|
if (this.customHeightImg) {
|
|
7087
|
-
return this.customHeightImg;
|
|
7088
|
+
return this.customHeightImg + 'px';
|
|
7088
7089
|
}
|
|
7089
7090
|
return '280px';
|
|
7090
7091
|
}
|