-
-
Notifications
You must be signed in to change notification settings - Fork 341
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
[Dropzone] Enable file replacement via "drag-and-drop" #2154
Conversation
Hi @rrr63 ! Thank you for this PR Could you add just a screenshot or two, for other to understand what you're adding ? I'm wondering, you add on dragEnter, but you don't revert if the drag is canceled ? Also, it would be great to add a test or two :) |
Hi @smnandre , You're right, i canceled when the drag leaves, and added a test for both, enter and leave. |
Wow, thank you very much! I'll try tonight but this will probably more be this week-end :) |
Could you add a entry in the CHANGELOG (inside the Dropzone folder) ? Next version will be 2.20 |
Sure i can, just copied the title :) |
(did something weird here, but this should be / will be merged ... sorry for my mittens) |
Thank you @rrr63. |
This PR was merged into the 2.x branch. Discussion ---------- [Dropzone] Enable file replacement via "drag-and-drop" | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Issues | Fix #1480 | License | MIT Adding `dragenter` event to allow file replacement Commits -------
Adding
dragenter
event to allow file replacement