mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-27 16:28:50 +00:00
Merge branch '2.2' into master-3.0
# Conflicts: # package.json
This commit is contained in:
commit
66b88c288d
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user