Fixed: command+T will not target search box in UI
This commit is contained in:
parent
21afdf80a2
commit
668c667917
|
@ -10,7 +10,7 @@ define(
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (e.ctrlKey) {
|
if (e.ctrlKey || e.metaKey || e.altKey) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue