Fixed: command+T will not target search box in UI

pull/3113/head
Mark McDowall 11 years ago
parent 21afdf80a2
commit 668c667917

@ -10,7 +10,7 @@ define(
return;
}
if (e.ctrlKey) {
if (e.ctrlKey || e.metaKey || e.altKey) {
return;
}

Loading…
Cancel
Save