Passes through unused key events.
This commit is contained in:
parent
f73d5f0094
commit
0895c284d3
|
@ -193,8 +193,13 @@
|
|||
},
|
||||
".MathJax_MenuClose:hover span": {
|
||||
"background-color":"#CCC!important"
|
||||
},
|
||||
".MathJax:focus": {
|
||||
display:"inline-block",
|
||||
outline:"none",
|
||||
border:"1px dotted",
|
||||
margin:"-1px"
|
||||
}
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -236,6 +241,7 @@
|
|||
this.Space(event, menu);
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
break;
|
||||
}
|
||||
return FALSE(event);
|
||||
|
|
Loading…
Reference in New Issue
Block a user