forked from MapComplete/MapComplete
More css tweaks and bug fixes
This commit is contained in:
parent
fd350bb095
commit
eb4dda1ba2
29 changed files with 294 additions and 107303 deletions
|
@ -37,6 +37,9 @@ export abstract class UIElement {
|
|||
}
|
||||
|
||||
Update(): void {
|
||||
if(document === undefined){
|
||||
return ; // Running from console
|
||||
}
|
||||
let element = document.getElementById(this.id);
|
||||
if (element === undefined || element === null) {
|
||||
// The element is not painted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue