mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
CTRL+SHIFT+I should not trigger CTRL+I (#10818)
This commit is contained in:
@@ -123,6 +123,7 @@ export function uiInfo(context) {
|
||||
|
||||
context.keybinding()
|
||||
.on(uiCmd('⌘' + t('info_panels.key')), function(d3_event) {
|
||||
if (d3_event.shiftKey) return;
|
||||
d3_event.stopImmediatePropagation();
|
||||
d3_event.preventDefault();
|
||||
info.toggle();
|
||||
|
||||
Reference in New Issue
Block a user