[desktop] Prevent the desktop app from getting stuck on viewing openstreetmap info
Open the link in a new tab. This prevents the desktop app from getting into a state where the user cannot navigate back.
This commit is contained in:
parent
1800ad0a1f
commit
9cb289e002
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ const L = runningInBrowser()
|
|||
|
||||
const LAYER_TILE_URL = "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png";
|
||||
const LAYER_TILE_ATTRIBUTION =
|
||||
'© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors';
|
||||
'© <a target="_blank" rel="noopener" href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors';
|
||||
const ZOOM_LEVEL = 16;
|
||||
|
||||
const MapBoxContainer = styled("div")`
|
||||
|
|
Loading…
Add table
Reference in a new issue