remove rarely-used keyboard shortcut L (#9999)

This commit is contained in:
Kyℓe Hensel
2025-01-30 21:27:50 +11:00
committed by GitHub
parent 5735b2509d
commit 561197ea5c
4 changed files with 2 additions and 9 deletions
-3
View File
@@ -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);
};
}