$event.dataTransfer.dropEffect = 'copy' not getting applied #4443
Replies: 2 comments
-
How do you know it's not being applied? Here I don't see any thing that would change based on that value. So what makes you think it's not being applied? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It was getting applied, I just thought something is wrong because on windows you also see the number of the files (above the mouse cursor), but on linux you don't.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an area where I can drag and drop files to:
The
drop
and thechange
events are getting fired as they should, only thedropEffect = 'copy'
is not getting applied.Beta Was this translation helpful? Give feedback.
All reactions