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