You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sparked by this issue, it would be useful to have an overlayDestroy property for modals. This new property would act similar to overlayClose, except that it would also destroy the modal after closing it. This way the modal is completely removed from the DOM when the overlay is clicked. As shown in the issue above, there is a memory leak if you attempt to use overlayClose without providing an ID. Using overlayDestroy in that case would solve the issue.
The text was updated successfully, but these errors were encountered:
Sparked by this issue, it would be useful to have an
overlayDestroy
property for modals. This new property would act similar tooverlayClose
, except that it would also destroy the modal after closing it. This way the modal is completely removed from the DOM when the overlay is clicked. As shown in the issue above, there is a memory leak if you attempt to useoverlayClose
without providing an ID. UsingoverlayDestroy
in that case would solve the issue.The text was updated successfully, but these errors were encountered: