forked from MapComplete/MapComplete
Console logging
This commit is contained in:
parent
6118d734c0
commit
4f3135caef
6 changed files with 10 additions and 16 deletions
|
@ -31,12 +31,8 @@ export class ImageCarousel extends UIElement{
|
|||
this.slideshow = new SlideShow(uiElements).HideOnEmpty(true);
|
||||
|
||||
}
|
||||
|
||||
|
||||
InnerRender(): string {
|
||||
return this.slideshow.Render();
|
||||
}
|
||||
|
||||
IsKnown(): boolean {
|
||||
return true;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue