-
Notifications
You must be signed in to change notification settings - Fork 248
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
fix(upload): fire input event when files change (#574) #575
Conversation
Codecov Report
@@ Coverage Diff @@
## master #575 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 13 13
Lines 717 719 +2
Branches 226 228 +2
=========================================
+ Hits 717 719 +2
Continue to review full report at Codecov.
|
🎉 This PR is included in version 12.8.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What:
Do not fire an input event if the user selects the same files again.
Do fire an input event if the user selects no files when files have been selected before.
Why:
See #574
How:
Compare the
files
provided by the user withinput.files
.Checklist: