Refactoring: simplify title handler

This commit is contained in:
Pieter Vander Vennet 2024-09-27 03:19:31 +02:00
parent 0be7c64ea1
commit 37c523ebf4
2 changed files with 15 additions and 23 deletions

View file

@ -954,7 +954,7 @@ export default class ThemeViewState implements SpecialVisualizationState {
})
new ThemeViewStateHashActor(this)
new MetaTagging(this)
new TitleHandler(this.selectedElement, this.featureProperties, this)
new TitleHandler(this.selectedElement, this)
new ChangeToElementsActor(this.changes, this.featureProperties)
new PendingChangesUploader(this.changes, this.selectedElement, this.imageUploadManager)
new SelectedElementTagsUpdater(this)