forked from MapComplete/MapComplete
Fix dynamism in questions with new VariableInputElement
This commit is contained in:
parent
b6b20ed3ca
commit
abae813606
6 changed files with 98 additions and 61 deletions
|
@ -7,7 +7,6 @@ export class VariableUiElement extends BaseUIElement {
|
|||
constructor(contents: UIEventSource<string | BaseUIElement | BaseUIElement[]>) {
|
||||
super();
|
||||
this._contents = contents;
|
||||
|
||||
}
|
||||
|
||||
protected InnerConstructElement(): HTMLElement {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue