lepikhinb / momentum-modal

MIT License
442 stars 26 forks source link

[Question] Possible to prevent reloading if already open? #59

Open brianakidd opened 1 year ago

brianakidd commented 1 year ago

I have an edit modal where I would like to update a has many relationship. In the controller, I am redirecting back after update. It works but the base URL and target URL / modal reloads and animations are triggered. Is there any way to prevent reloading the base URL and target modal if they are already loaded?