fix(console) add preventDefault if lIsBind and `

This commit is contained in:
coderaiser 2013-06-26 11:52:35 +00:00
parent 63baa185a2
commit 59675a2c6a

View file

@ -135,8 +135,10 @@ var CloudCmd, Util, DOM, $, jqconsole;
switch(lKey){
case lTRA:
if (lIsBind)
if (lIsBind){
Console.show();
DOM.preventDefault(pEvent);
}
break;
case lESC:
Console.hide();