mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-17 14:30:32 +02:00
Fix language selection (#726)
This commit is contained in:
@@ -27,4 +27,5 @@ export type AppState = {
|
||||
name: string;
|
||||
selectedId?: string;
|
||||
isResizing: boolean;
|
||||
lng: string;
|
||||
};
|
||||
|
Reference in New Issue
Block a user