demarches-normaliennes/app/javascript
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
..
components Remove migration service 2020-09-02 11:26:26 +02:00
loaders Adapt style for Map reader (point, line) 2020-05-12 17:47:28 +02:00
manager/fields Explicitly import jQuery 2018-08-13 15:17:13 +02:00
new_design autosave: trigger an autosave after removing a row 2020-08-25 15:45:49 +02:00
packs migrate emails text editor to new interface 2020-09-03 14:42:22 +02:00
shared js: ignore missing DOM element on ProgressBar 2020-09-03 15:03:13 +02:00