mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
fix(console) add preventDefault if lIsBind and `
This commit is contained in:
parent
63baa185a2
commit
59675a2c6a
1 changed files with 3 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue