Fix uloaded files not moved to the correct folder in drive

This commit is contained in:
yflory
2017-10-12 17:33:22 +02:00
parent 88d0a2b8a6
commit b86f8e3f26
3 changed files with 12 additions and 21 deletions

View File

@@ -93,7 +93,6 @@ define([
var metadata = file.metadata;
var id = file.id;
var dropEvent = file.dropEvent;
delete file.dropEvent;
if (queue.inProgress) { return; }
queue.inProgress = true;