Skip to content

Commit

Permalink
Merge branch 'dev-2.8' of https://github.com/NCEAS/metacatui into dev…
Browse files Browse the repository at this point in the history
…-2.8
  • Loading branch information
laurenwalker committed Dec 3, 2019
2 parents 20709b8 + da84dc9 commit 6af3050
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/js/views/ImageUploaderView.js
Expand Up @@ -164,6 +164,13 @@ function(_, $, Backbone, DataONEObject, ObjectFormats, Dropzone, Template){
MetacatUI.objectFormats.fetch();
}

// Bug fix: Overwrite a dropzone function that causes a bug in Edge 16 &
// 17 browser. If we update our dropzone with a fallback, this function
// should return the fallback element.
Dropzone.prototype.getExistingFallback = function(){
return false
};

// Identify which zones should be drag & drop manually
Dropzone.autoDiscover = false;

Expand Down

0 comments on commit 6af3050

Please sign in to comment.