forked from MapComplete/MapComplete
A11y: fix tab flow of RasterLayerPicker; see #1181
This commit is contained in:
parent
0cbacd57ec
commit
f5ba4bc3e4
2 changed files with 24 additions and 10 deletions
|
@ -13,7 +13,9 @@
|
|||
import type { RasterLayerPolygon } from "../../Models/RasterLayers"
|
||||
|
||||
export let placedOverMapProperties: MapProperties
|
||||
export let placedOverMap: UIEventSource<MlMap>
|
||||
export let placedOverMap: Store<MlMap>
|
||||
|
||||
export let interactive: boolean = undefined
|
||||
|
||||
export let rasterLayer: UIEventSource<RasterLayerPolygon>
|
||||
|
||||
|
@ -65,4 +67,4 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<MaplibreMap map={altmap} />
|
||||
<MaplibreMap {interactive} map={altmap} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue