fix drag and drop of videos
This commit is contained in:
parent
6c7c08448d
commit
a5e231f43c
1 changed files with 4 additions and 1 deletions
|
@ -424,7 +424,10 @@ pandora.uploadDroppedFiles = function(files) {
|
||||||
}
|
}
|
||||||
}).open();
|
}).open();
|
||||||
} else {
|
} else {
|
||||||
pandora.ui.addItemDialog({files: files}).open()
|
pandora.ui.addItemDialog({
|
||||||
|
files: files,
|
||||||
|
selected: 'upload'
|
||||||
|
}).open()
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue