Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Lukker menyen etter at et annet språk er valgt
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeofnorway committed Feb 7, 2023
1 parent 073c5a9 commit 21b4b51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/komponenter/header/common/sprakvelger/SprakVelger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ export const SprakVelger = (props: Props) => {
} else {
window.location.assign(selectedLanguage.url);
}

toggleMenu(false);
};

const onKeyUp = (e: KeyboardEvent) => {
Expand Down

0 comments on commit 21b4b51

Please sign in to comment.