Open tdhooper opened 5 years ago
The 'detach' option removes unused popup elements after closing, however it leaves the popup_wrapper and popup_background in place. If you open/close a lot of modals, these start to pile up in the DOM.
popup_wrapper
popup_background
The 'detach' option removes unused popup elements after closing, however it leaves the
popup_wrapper
andpopup_background
in place. If you open/close a lot of modals, these start to pile up in the DOM.