Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information