AmericanWhitewater / wh2o-vue

Interactive map and guide for whitewater rivers in North America
https://wh2o-vue.netlify.app/
9 stars 1 forks source link

fix issue where trip report multi photo uploader uploads duplicates #443

Closed ngottlieb closed 2 years ago

ngottlieb commented 2 years ago

addresses https://github.com/AmericanWhitewater/wh2o/issues/2505. Turns out whenever a carbon file upload component emits change, it emits the entire list of files within it, so if some files are still pending, the code was calling upload an extra time (or more).