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 May 28, 2022. It is now read-only.
When a stackable is closed properly, it decrements the counter stored in body.data('stackable'). If the popover menu is not closed before the parent modal, the stackable counter is not decremented and the count is forever one greater than it should be. This has a cumulative effect as well if additional popovers are not closed properly. Of course the count is reset on a page refresh.