Add dependency cruiser; fix tests

This commit is contained in:
Pieter Vander Vennet 2021-10-14 20:14:14 +02:00
parent ce884baf6a
commit fea020956a
3 changed files with 1755 additions and 8 deletions

View file

@ -134,7 +134,7 @@ export default class LocationInput extends InputElement<Loc> implements MinimapO
})
}
this.mapBackground = options.mapBackground ?? State.state?.backgroundLayer ?? new UIEventSource(AvailableBaseLayers.osmCarto)
this.mapBackground = options.mapBackground ?? State.state?.backgroundLayer
this.SetClass("block h-full")