Skip to content

Commit

Permalink
MWPW-161273 Standalone Gnav needs a release cycle [Bundle] (#3322)
Browse files Browse the repository at this point in the history
Fixed an issue where some clouds had their links unclickable
  • Loading branch information
sharmrj authored Dec 6, 2024
1 parent e4b8e98 commit b2ec35a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/blocks/global-footer/global-footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ class Footer {
});
// Close region picker dropdown on outside click
document.addEventListener('click', (e) => {
e.preventDefault();
if (isRegionPickerExpanded()
&& !e.target.closest(`.${regionPickerWrapperClass}`)) {
regionPickerElem.setAttribute('aria-expanded', false);
Expand Down

0 comments on commit b2ec35a

Please sign in to comment.