This commit is contained in:
Šimon Brandner 2020-12-01 20:17:24 +01:00
parent 44a363f188
commit 3c2bb6e4f6
3 changed files with 4 additions and 5 deletions

View file

@ -237,6 +237,8 @@ export default abstract class BasePlatform {
setLanguage(preferredLangs: string[]) {}
setSpellCheckLanguages(preferredLangs: string[]) {}
getAvailableSpellCheckLanguages(): Promise<string[]> | null {
return null;
}