mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix language selection (#726)
This commit is contained in:
parent
3b20e6e2b8
commit
a7dc067dfe
3 changed files with 4 additions and 1 deletions
|
@ -1820,7 +1820,7 @@ export class App extends React.Component<any, AppState> {
|
|||
<LanguageList
|
||||
onChange={lng => {
|
||||
setLanguage(lng);
|
||||
this.setState({});
|
||||
this.setState({ lng });
|
||||
}}
|
||||
languages={languages}
|
||||
currentLanguage={getLanguage()}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue