You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
we noticed an issue with the drag and drop of emails coming from for example Outlook. When dropping an email into the upload field, the mail gets removed from the mailbox.
This can be fixed by setting event.dataTransfer.dropEffect = 'copy';
in the dragenter, dragover, drop events. Unfortunately we have no access to them using ng-flow.js
Maybe this can be a configuration parameter in the future?
The text was updated successfully, but these errors were encountered:
Hi,
we noticed an issue with the drag and drop of emails coming from for example Outlook. When dropping an email into the upload field, the mail gets removed from the mailbox.
This can be fixed by setting
event.dataTransfer.dropEffect = 'copy';
in the dragenter, dragover, drop events. Unfortunately we have no access to them using ng-flow.js
Maybe this can be a configuration parameter in the future?
The text was updated successfully, but these errors were encountered: