demarches-normaliennes/app/javascript/shared/activestorage
Pierre de La Morinerie e033ec3404 js: ignore missing DOM element on ProgressBar
Currently ProgressBar is used to monitor upload progress of attachments.

But there's two cases where the associated DOM element may be removed:

- In the champs editor, when the list scrolls, DOM elements are removed
and added dynamically by React;
- In the user form, the user might start an upload on a repetition, and
then remove the associated row during the download.

In both those cases, we don't want the missing DOM element to trigger
an error.
2020-09-03 15:03:13 +02:00
..
file-upload-error.js javascript: fix FileUploadError stacktraces 2020-04-23 12:27:26 +02:00
progress-bar.js js: ignore missing DOM element on ProgressBar 2020-09-03 15:03:13 +02:00
ujs.js javascript: ignore most common upload errors also in standard uploads 2020-05-18 11:50:29 +02:00
uploader.js fix new prettier defaults 2020-05-12 18:18:37 +02:00