forked from MapComplete/MapComplete
Simplified update process
This commit is contained in:
parent
5e0d54601c
commit
5c9fb293e9
6 changed files with 51 additions and 69 deletions
|
@ -25,16 +25,4 @@ export class VerticalCombine extends UIElement {
|
|||
}
|
||||
return "<div class='"+this._className+"'>" + html + "</div>";
|
||||
}
|
||||
InnerUpdate(htmlElement: HTMLElement) {
|
||||
for (const element of this._elements){
|
||||
element.Update();
|
||||
}
|
||||
}
|
||||
|
||||
Activate() {
|
||||
for (const element of this._elements){
|
||||
element.Activate();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue