Replies: 1 comment
-
e.dataTransfer was present in the drop handler. I just hadn't gotten that far when I asked the question. |
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
-
I'm trying to implement a simple drag and drop feature and I'm sure I'm missing something simple. I understand that e.dataTransfer, once set as part of a drag event, should be available in the subsequent drag events (dragenter, dragover, dragleave, etc). I can see that dataTransfer is being set as expected in the dragStart handler. But the event that arrives at the dragEnter handler doesn't have the same dataTransfer value. Any ideas what I might be missing?
Beta Was this translation helpful? Give feedback.
All reactions