Skip to content

Commit

Permalink
fix(popover): fix event bubbling (#1019)
Browse files Browse the repository at this point in the history
Signed-off-by: AliYurtkulu <[email protected]>
Co-authored-by: AliYurtkulu <[email protected]>
Co-authored-by: Erbil Nas <[email protected]>
  • Loading branch information
3 people authored Feb 13, 2025
1 parent 59bb236 commit ea80786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/popover/bl-popover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export default class BlPopover extends LitElement {
*/
show() {
this._visible = true;

this.setPopover();
this.onBlPopoverShow("");
document.addEventListener("click", this._handleClickOutside);
Expand Down

0 comments on commit ea80786

Please sign in to comment.