mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
Update lib/client/keyBinding.js
This commit is contained in:
parent
58c8f87941
commit
49d3ce64c6
1 changed files with 2 additions and 1 deletions
|
|
@ -110,7 +110,8 @@ CloudCommander.keyBinding = (function(){
|
|||
}
|
||||
else if(event.keyCode === CloudCommander.KEY.F10 &&
|
||||
event.shiftKey){
|
||||
CloudCommander.Menu();
|
||||
if (typeof CloudCommander.Menu === 'function')
|
||||
CloudCommander.Menu();
|
||||
|
||||
event.preventDefault();//запрет на дальнейшее действие
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue