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
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Most content blocks contain a few popups, which once pulled into DOM add the ui-popover-container div. All good.
However, once I remove a content section (including the embedded popups), the popover-containers stay in the DOM. Next time I re-loaded the content, the popover containers get added again, so eventually my DOM is mostly popover-containers :-)
I'm now removing them by hand when leaving the page.
A better solution would be for the popover to check if the corresponding container was already there, and if so, don't add it again.