Skip to content
Snippets Groups Projects
Commit 2009ce47 authored by rhenck's avatar rhenck
Browse files

[player] Fix showing keyboard in cloze elements

parent 77357910
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ export class ElementCompoundGroupComponent extends ElementFormGroupDirective imp
if (childModel.inputAssistance !== 'none') {
this.isKeypadOpen = this.keypadService.toggle(element, child as TextFieldComponent);
}
if (this.elementModel.showSoftwareKeyboard) {
if (childModel.showSoftwareKeyboard) {
this.keyboardService.toggle(element, child as TextFieldComponent);
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment