Skip to content
Snippets Groups Projects
Commit 1f7554e1 authored by rhenck's avatar rhenck
Browse files

Remove unused field

parent 7456fbb3
No related branches found
No related tags found
No related merge requests found
Pipeline #52297 failed
...@@ -60,7 +60,6 @@ export class ClozeChildOverlay { ...@@ -60,7 +60,6 @@ export class ClozeChildOverlay {
@Input() element!: ToggleButtonElement | TextFieldSimpleElement | DropListElement; @Input() element!: ToggleButtonElement | TextFieldSimpleElement | DropListElement;
@Input() parentForm!: UntypedFormGroup; @Input() parentForm!: UntypedFormGroup;
@Input() editorMode: boolean = false; @Input() editorMode: boolean = false;
@Input() lineHeight!: number;
@Output() elementValueChanged = new EventEmitter<ValueChangeElement>(); @Output() elementValueChanged = new EventEmitter<ValueChangeElement>();
@Output() elementSelected = new EventEmitter<ClozeChildOverlay>(); @Output() elementSelected = new EventEmitter<ClozeChildOverlay>();
@ViewChild('childComponent') childComponent!: ElementComponent; @ViewChild('childComponent') childComponent!: ElementComponent;
......
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