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 e6de32a commit 81ea866Copy full SHA for 81ea866
app/code/Magento/PageBuilder/view/adminhtml/web/js/form/element/file-uploader.js
@@ -28,7 +28,6 @@ define([
28
});
29
30
$('#' + fileId + fileClass).closest('.file-uploader-area').find('.action-upload-image').on('click', function (e) {
31
- e.preventDefault();
32
$(this).closest('.file-uploader-area').find('.uppy-Dashboard-browse').trigger('click');
33
34
},
0 commit comments