mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
Fix map data style options tooltip keyboard shortcuts (close #7778)
This commit is contained in:
@@ -53,7 +53,7 @@ export function uiSectionMapStyleOptions(context) {
|
||||
.keys(function(d) {
|
||||
var key = (d === 'wireframe' ? t('area_fill.wireframe.key') : null);
|
||||
if (d === 'highlight_edits') key = t('map_data.highlight_edits.key');
|
||||
return [key];
|
||||
return key ? [key] : null;
|
||||
})
|
||||
.placement('top')
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user