mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
cropp bug solved
This commit is contained in:
@@ -240,7 +240,7 @@ export class NewPublicationPage implements OnInit {
|
||||
this.convertBlobToBase64(blobFile.blob).then((value: string) => {
|
||||
|
||||
this.filesSizeSum = this.filesSizeSum + blobFile.size
|
||||
this.capturedImage = this.removeTextBeforeSlash(value, ','),
|
||||
this.capturedImage = 'data:image/jpeg;base64,' + this.removeTextBeforeSlash(value, ','),
|
||||
this.showCroppModal();
|
||||
this.filecontent = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user