diff --git a/projects/common/components/compound-elements/cloze/cloze-child-overlay.component.ts b/projects/common/components/compound-elements/cloze/cloze-child-overlay.component.ts index d16ebe2d75dcd2e9656791813c350b7a9803361f..2c81936e62f20e9b34fafdd093b0fd5e9a8e1d10 100644 --- a/projects/common/components/compound-elements/cloze/cloze-child-overlay.component.ts +++ b/projects/common/components/compound-elements/cloze/cloze-child-overlay.component.ts @@ -60,7 +60,6 @@ export class ClozeChildOverlay { @Input() element!: ToggleButtonElement | TextFieldSimpleElement | DropListElement; @Input() parentForm!: UntypedFormGroup; @Input() editorMode: boolean = false; - @Input() lineHeight!: number; @Output() elementValueChanged = new EventEmitter<ValueChangeElement>(); @Output() elementSelected = new EventEmitter<ClozeChildOverlay>(); @ViewChild('childComponent') childComponent!: ElementComponent;