AprilSylph / Palettes-for-Tumblr

🎨 Colour scheme manager for Tumblr
GNU General Public License v3.0
31 stars 8 forks source link

Reset file input after import attempt #89

Closed marcustyphoon closed 2 years ago

marcustyphoon commented 2 years ago

User-facing changes

Technical explanation

As far as I can tell, setting the value attribute on an <input type="file"> should clear it (setting the files attribute looked like it needed a roundabout way of generating an empty FileList to set it to).

Issues this closes

resolves #88