X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.module.ts;h=34e890b40d8b4adfd91c0538298c2e9d850bf8dd;hb=a8ecc6f6709bdb54c47c7dd7cd18ef371254c3af;hp=b484a89e8a422d072c4bfd79909cad6b57993c94;hpb=ee1fc23a8794364687ea06cbb738bc5f6ce70d7f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index b484a89e8..34e890b40 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts @@ -5,7 +5,7 @@ import { ResetPasswordModule } from '@app/reset-password' import { MetaLoader, MetaModule, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core' import { ClipboardModule } from 'ngx-clipboard' -import { HotkeyModule, IHotkeyOptions } from 'angular2-hotkeys' +import 'focus-visible' import { AppRoutingModule } from './app-routing.module' import { AppComponent } from './app.component' @@ -46,9 +46,6 @@ export function metaFactory (serverService: ServerService): MetaLoader { BrowserModule, // FIXME: https://github.com/maxisam/ngx-clipboard/issues/133 ClipboardModule, - HotkeyModule.forRoot({ - cheatSheetCloseEsc: true - } as IHotkeyOptions), CoreModule, SharedModule,