Fix dynamism in questions with new VariableInputElement

This commit is contained in:
Pieter Vander Vennet 2021-10-03 21:44:43 +02:00
parent b6b20ed3ca
commit abae813606
6 changed files with 98 additions and 61 deletions

View file

@ -7,7 +7,6 @@ export class VariableUiElement extends BaseUIElement {
constructor(contents: UIEventSource<string | BaseUIElement | BaseUIElement[]>) {
super();
this._contents = contents;
}
protected InnerConstructElement(): HTMLElement {