forked from MapComplete/MapComplete
Remove merge conflict
This commit is contained in:
parent
6c7e09b8c8
commit
e4f9eca9dd
2 changed files with 1 additions and 8 deletions
|
@ -21,7 +21,7 @@ export default class Combine extends UIElement {
|
|||
return elements;
|
||||
}
|
||||
|
||||
protected InnerUpdate(htmlElement: HTMLElement) {
|
||||
InnerUpdate(htmlElement: HTMLElement) {
|
||||
for (const element of this.uiElements) {
|
||||
if (element instanceof UIElement) {
|
||||
element.Update();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue