mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
fix(key) TRA: add condition
This commit is contained in:
parent
b30c039397
commit
d9637d8ebd
1 changed files with 3 additions and 1 deletions
|
|
@ -279,7 +279,9 @@ var CloudCmd, Util, DOM;
|
|||
else
|
||||
obj = CloudCmd.Konsole;
|
||||
|
||||
obj.show();
|
||||
if (obj && obj.show)
|
||||
obj.show();
|
||||
|
||||
Events.preventDefault(event);
|
||||
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue