-
yann300 authored
When the modal closes, we need to remove the DOM element. If not, we create a new EventListener associated with the modal each time the modal shows up. And basically when the user `Cancel` the modal, all the previous callback where the modal was used get called. That's pretty critical
70f71292