restrict dropZone to app-content div
This commit is contained in:
parent
203a07e7f3
commit
6214420974
|
@ -273,7 +273,7 @@ OC.Upload = {
|
|||
var self = this;
|
||||
if ( $('#file_upload_start').exists() ) {
|
||||
var file_upload_param = {
|
||||
dropZone: $('#content'), // restrict dropZone to content div
|
||||
dropZone: $('#app-content'), // restrict dropZone to app-content div
|
||||
pasteZone: null,
|
||||
autoUpload: false,
|
||||
sequentialUploads: true,
|
||||
|
|
Loading…
Reference in New Issue