Skip to content

Commit

Permalink
#1010 update bl-popover for event bubbling (#1011)
Browse files Browse the repository at this point in the history
This pr resolves #1010

Signed-off-by: AliYurtkulu <[email protected]>
Co-authored-by: Erbil <[email protected]>
  • Loading branch information
AliYurtkulu and erbilnas authored Feb 12, 2025
1 parent 824557a commit 59bb236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/popover/bl-popover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default class BlPopover extends LitElement {
document.removeEventListener("click", this._handleClickOutside);
document.removeEventListener("keydown", this._handleKeydownEvent);
document.removeEventListener("bl-popover-show", this._handlePopoverShowEvent);
this.onBlPopoverHide("");
this.onBlPopoverHide("", { bubbles: false });
}

render(): TemplateResult {
Expand Down

0 comments on commit 59bb236

Please sign in to comment.