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
fix(popover): prevent closing when component is connected to the DOM via a click (#9501)
**Related Issue:** #9504
## Summary
This fixes an issue where any clicks when the popover is connected to
the DOM would cause it to be immediately closed.
This would happen because `PopoverManager`'s window `click` handler was
being added and invoked during `connectedCallback` and not after the
component was initialized (somewhat similar to
#9373).
**Note**: there are no accompanying tests as this is not reproducible in
the test environment, which uses the lazy-loaded output.
0 commit comments