cosmetic changes
This commit is contained in:
parent
5549377541
commit
f27f11ab58
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ Ox.Keyboard = (function() {
|
||||||
bound.forEach(function(id) {
|
bound.forEach(function(id) {
|
||||||
Ox.UI.elements[id].triggerEvent('key_' + key);
|
Ox.UI.elements[id].triggerEvent('key_' + key);
|
||||||
});
|
});
|
||||||
|
|
||||||
// Don't open Chrome Inspect Element, used for copyadd
|
// Don't open Chrome Inspect Element, used for copyadd
|
||||||
if (bound.length && key == 'control_shift_c') {
|
if (bound.length && key == 'control_shift_c') {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
|
Loading…
Reference in a new issue