Skip to content

Commit

Permalink
refactor(esl-popup): remove extra before event call from esl-popup im…
Browse files Browse the repository at this point in the history
…plementation
  • Loading branch information
ala-n authored Oct 30, 2023
1 parent 9c78249 commit 014ebe4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/esl-popup/core/esl-popup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ export class ESLPopup extends ESLToggleable {
}

if (!params.force && this.open) return false;
if (!params.silent && !this.$$fire(this.BEFORE_SHOW_EVENT, {detail: {params}})) return false;
}

/**
Expand Down

0 comments on commit 014ebe4

Please sign in to comment.