Fix file upload in code and slide
This commit is contained in:
@@ -93,6 +93,8 @@ define([
|
||||
var metadata = file.metadata;
|
||||
var id = file.id;
|
||||
var dropEvent = file.dropEvent;
|
||||
delete file.dropEvent;
|
||||
if (dropEvent.path) { file.path = dropEvent.path; }
|
||||
if (queue.inProgress) { return; }
|
||||
queue.inProgress = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user