Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dropEffect should be set when dragging and dropping #358

Open
Verthosa opened this issue Jul 3, 2020 · 1 comment
Open

dropEffect should be set when dragging and dropping #358

Verthosa opened this issue Jul 3, 2020 · 1 comment

Comments

@Verthosa
Copy link

Verthosa commented Jul 3, 2020

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?

@AidasK
Copy link
Member

AidasK commented Jul 3, 2020

Pull requests are welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants