mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 22:48:10 +02:00
remove rarely-used keyboard shortcut L (#9999)
This commit is contained in:
@@ -91,9 +91,6 @@ export function uiGeolocate(context) {
|
||||
.call(uiTooltip()
|
||||
.placement((localizer.textDirection() === 'rtl') ? 'right' : 'left')
|
||||
.title(() => t.append('geolocate.title'))
|
||||
.keys([t('geolocate.key')])
|
||||
);
|
||||
|
||||
context.keybinding().on(t('geolocate.key'), click);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user