Skip to content

Commit

Permalink
Merge branch '2.2' into master-3.0
Browse files Browse the repository at this point in the history
# Conflicts:
#	package.json
  • Loading branch information
grossmj committed Apr 3, 2024
2 parents db744d3 + 383c26d commit 66b88c2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,8 @@ export class NewTemplateDialogComponent implements OnInit {
this.uploaderImage.uploadItem(itemToUpload);
};

fileReader.readAsText(file);
//fileReader.readAsText(file); //web browser out ouf memory when upload large image file
fileReader.onloadend(undefined);
}

cancelUploading() {
Expand Down

0 comments on commit 66b88c2

Please sign in to comment.