forked from MapComplete/MapComplete
Refactoring: remove selectedLayer from titleHandler
This commit is contained in:
parent
790399f8a5
commit
b0d394797b
2 changed files with 7 additions and 6 deletions
|
@ -790,7 +790,7 @@ export default class ThemeViewState implements SpecialVisualizationState {
|
|||
})
|
||||
new ThemeViewStateHashActor(this)
|
||||
new MetaTagging(this)
|
||||
new TitleHandler(this.selectedElement, this.selectedLayer, this.featureProperties, this)
|
||||
new TitleHandler(this.selectedElement, this.featureProperties, this)
|
||||
new ChangeToElementsActor(this.changes, this.featureProperties)
|
||||
new PendingChangesUploader(this.changes, this.selectedElement)
|
||||
new SelectedElementTagsUpdater(this)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue