fix(console) add preventDefault if lIsBind and `

This commit is contained in:
coderaiser 2013-06-26 11:52:35 +00:00
parent f372f837a9
commit 5c47c40945

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();