aluo-x / 813_site

813 Animal shelter mockup
0 stars 0 forks source link

Modals close before the data manipulation they trigger is complete #44

Open nsylv opened 6 years ago

nsylv commented 6 years ago

Not a big deal on fast internet connections, but on slow ones:

user edits the name of an animal clicks "save" they look in the table and won't see the updated name for a while

nsylv commented 6 years ago

I'm not sure what is causing this because "closeModal" is executed in the callback when the manipulation (i.e. add/update/delete) is successful

maybe something else funky with event.preventDefault is required?