diff --git a/UI/WebServerResources/UIxMailEditor.js b/UI/WebServerResources/UIxMailEditor.js index d8b7f13d1..b442b50e1 100644 --- a/UI/WebServerResources/UIxMailEditor.js +++ b/UI/WebServerResources/UIxMailEditor.js @@ -417,6 +417,7 @@ function configureAttachments() { // With singleFileUploads option enabled, the 'add' and 'done' (or 'fail') callbacks // are called once for each file in the selection for XHR file uploads singleFileUploads: true, + pasteZone: null, dataType: 'json', add: function (e, data) { var file = data.files[0];