navigator.share

This commit is contained in:
2019-06-04 20:14:25 +02:00
parent 1261563f31
commit 0b8d67a8eb
4 changed files with 17 additions and 6 deletions

View File

@@ -314,7 +314,7 @@ var UploadWorker = /** @class */ (function () {
};
UploadWorker.prototype.newFile = function () {
var file = this.manager.grabFile();
if (file === undefined) { // No more files in the queue. We're finished
if (file === undefined) {
this.uploading = false;
console.debug("No files left in queue");
return; // Stop the thread