Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Fix issue openstreetmap#164 that was preventing shortcuts from displa…
Browse files Browse the repository at this point in the history
…ying.
  • Loading branch information
Bonkles committed Aug 25, 2020
1 parent 84bd286 commit 2ea7c3e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions data/shortcuts.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"dataShortcuts": [
[
{
"tab": "browsing",
"text": "shortcuts.browsing.title",
Expand Down Expand Up @@ -89,7 +88,7 @@
"text": "shortcuts.browsing.display_options.highlight_edits"
},
{
"modifiers": [""],
"modifiers": [""],
"shortcuts": ["map_data.layers.ai-features.key"],
"text": "shortcuts.browsing.display_options.ai_features_data",
"rapid": true
Expand Down Expand Up @@ -369,5 +368,4 @@
}
]
}
]
}
]

0 comments on commit 2ea7c3e

Please sign in to comment.