Skip to content

Commit

Permalink
fix(studio): fix random error with lang switcher (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
allardy committed Jan 26, 2022
1 parent c22ea75 commit 1fe38d5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ class LangSwitcher extends React.Component<Props> {
}
}

componentWillUnmount() {
this.elems = null
}

handleKeyDown = (l, e) => {
if (e.key === 'Enter') {
this.switchLang(l)
Expand Down

0 comments on commit 1fe38d5

Please sign in to comment.