forked from MapComplete/MapComplete
Refactoring: simplify title handler
This commit is contained in:
parent
0be7c64ea1
commit
37c523ebf4
2 changed files with 15 additions and 23 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue