Skip to content

Commit

Permalink
Restored calling the function attatchEventListerners() at the end of …
Browse files Browse the repository at this point in the history
…the function decorate(block) (#124)
  • Loading branch information
TyroneAEM authored Jun 13, 2024
1 parent af3e26b commit 780be97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blocks/gmo-program-header/gmo-program-header.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ export default async function decorate(block) {
});

initializeDropdowns();
// Attach event listeners for the dropdowns and reset filters
attachEventListeners();
decorateIcons(block);
document.addEventListener('click', handleClickOutside);
}
Expand Down

0 comments on commit 780be97

Please sign in to comment.