parent
b0737b6e31
commit
93a9af7b3a
9 changed files with 214 additions and 81 deletions
|
@ -309,6 +309,12 @@ export default abstract class BasePlatform {
|
|||
return false;
|
||||
}
|
||||
|
||||
public overrideBrowserShortcuts(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
public navigateForwardBack(back: boolean): void {}
|
||||
|
||||
getAvailableSpellCheckLanguages(): Promise<string[]> | null {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue