Refactoring: remove selectedLayer from titleHandler

This commit is contained in:
Pieter Vander Vennet 2024-01-29 18:09:25 +01:00
parent 790399f8a5
commit b0d394797b
2 changed files with 7 additions and 6 deletions

View file

@ -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)