tnx-shared 5.8.3 → 5.8.4
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.
- package/bundles/tnx-shared.umd.js +2 -2
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/esm2015/components/tn-tinymce/tn-tinymce.component.js +3 -3
- package/fesm2015/tnx-shared.js +2 -2
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +1 -1
|
@@ -60464,7 +60464,7 @@
|
|
|
60464
60464
|
}
|
|
60465
60465
|
_a.label = 4;
|
|
60466
60466
|
case 4:
|
|
60467
|
-
pastedData = p1 + '<img src=' + imageUploaded[i] + '/>' + p2;
|
|
60467
|
+
pastedData = p1 + '<img src="' + imageUploaded[i] + '"/>' + p2;
|
|
60468
60468
|
index = pastedData.indexOf('<v:imagedata ');
|
|
60469
60469
|
i++;
|
|
60470
60470
|
_a.label = 5;
|
|
@@ -60507,7 +60507,7 @@
|
|
|
60507
60507
|
case 17:
|
|
60508
60508
|
uploadImage = _b.sent();
|
|
60509
60509
|
if (typeof uploadImage == 'string') {
|
|
60510
|
-
result += '<img src=' + this._fileObjectService.getUrlImage(uploadImage) + '/>';
|
|
60510
|
+
result += '<img src="' + this._fileObjectService.getUrlImage(uploadImage) + '"/>';
|
|
60511
60511
|
}
|
|
60512
60512
|
else {
|
|
60513
60513
|
this._notifierService.showWarning('Upload file thất bại');
|