Do not throw on setLanguage
This commit is contained in:
parent
c08fe6aa22
commit
2e44d7e17f
1 changed files with 1 additions and 3 deletions
|
@ -258,9 +258,7 @@ export default abstract class BasePlatform {
|
|||
return null;
|
||||
}
|
||||
|
||||
async setLanguage(preferredLangs: string[]) {
|
||||
throw new Error("Unimplemented");
|
||||
}
|
||||
async setLanguage(preferredLangs: string[]) {}
|
||||
|
||||
setSpellCheckLanguages(preferredLangs: string[]) {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue