We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd826aa commit 2f34984Copy full SHA for 2f34984
app/code/Magento/Backend/view/adminhtml/web/js/media-uploader.js
@@ -53,7 +53,7 @@ define([
53
formData: {
54
'form_key': window.FORM_KEY
55
},
56
- dropZone: '[data-tab-panel=image-management]',
+ dropZone: this.element.find('input[type=file]').closest('[role="dialog"]'),
57
sequentialUploads: true,
58
acceptFileTypes: /(\.|\/)(gif|jpe?g|png)$/i,
59
maxFileSize: this.options.maxFileSize,
0 commit comments