forked from MapComplete/MapComplete
refactoring: slight cleanup of tests
This commit is contained in:
parent
2e9b1016de
commit
f8d34648a0
28 changed files with 252 additions and 353 deletions
|
@ -322,12 +322,6 @@ export default class ThemeViewState implements SpecialVisualizationState {
|
|||
new TitleHandler(this.selectedElement, this.selectedLayer, this.featureProperties, this)
|
||||
new ChangeToElementsActor(this.changes, this.featureProperties)
|
||||
new PendingChangesUploader(this.changes, this.selectedElement)
|
||||
new SelectedElementTagsUpdater({
|
||||
allElements: this.featureProperties,
|
||||
changes: this.changes,
|
||||
selectedElement: this.selectedElement,
|
||||
layoutToUse: this.layout,
|
||||
osmConnection: this.osmConnection,
|
||||
})
|
||||
new SelectedElementTagsUpdater(this)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue