forked from MapComplete/MapComplete
Refactoring: Fix linting errors
This commit is contained in:
parent
152b8838cf
commit
0c6ae6f6ad
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ import { Utils } from "../../Utils"
|
|||
import ThemeViewState from "../../Models/ThemeViewState"
|
||||
import { BBox } from "../BBox"
|
||||
import { Feature } from "geojson"
|
||||
import { SpecialVisualizationState } from "../../UI/SpecialVisualization"
|
||||
|
||||
export default class SelectedElementTagsUpdater {
|
||||
private static readonly metatags = new Set([
|
||||
|
@ -31,7 +32,7 @@ export default class SelectedElementTagsUpdater {
|
|||
})
|
||||
}
|
||||
|
||||
public static applyUpdate(latestTags: OsmTags, id: string, state: ThemeViewState) {
|
||||
public static applyUpdate(latestTags: OsmTags, id: string, state: SpecialVisualizationState) {
|
||||
try {
|
||||
const leftRightSensitive = state.layout.isLeftRightSensitive()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue