From 64c10c9912c853a1aa5d0f6d579837d457b060db Mon Sep 17 00:00:00 2001 From: jojohoch <joachim.hoch@iqb.hu-berlin.de> Date: Thu, 7 Oct 2021 14:04:09 +0200 Subject: [PATCH] [player] Disable keyboard --- projects/player/src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/player/src/app/app.component.ts b/projects/player/src/app/app.component.ts index c36032356..d84067156 100644 --- a/projects/player/src/app/app.component.ts +++ b/projects/player/src/app/app.component.ts @@ -63,7 +63,7 @@ export class AppComponent implements OnInit { this.pages = unitDefinition.pages; this.unitStateService.unitStateElementCodes = message.unitState?.dataParts?.elementCodes ? JSON.parse(message.unitState.dataParts.elementCodes) : []; - this.keyboardService.useKeyboard(true, 'full'); + this.keyboardService.useKeyboard(false, 'full'); } else { this.dialog.open(AlertDialogComponent, { data: { -- GitLab