Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
infloent committed Nov 26, 2024
1 parent ca54bbe commit b56dcb4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions blocks/popup/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,6 @@ export default class Popup extends ComponentBase {
if (this.isActive) return;

this.openPopup();
/* popupState.closeActivePopup();
popupState.activePopup = this;
blockBodyScroll(true);
this.showPopup(true);
this.toggleCloseOnEsc(true);
focusFirstElementInContainer(this.elements.popupContainer); */
}

async addFragmentContent() {
Expand Down

0 comments on commit b56dcb4

Please sign in to comment.