mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
Update lib/client/menu.js
This commit is contained in:
parent
1e66ad305a
commit
f223acf069
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ CloudCommander.Menu.Keys = (function(){
|
|||
CloudCommander.Menu.load(this);
|
||||
|
||||
document.onmousedown = function(){
|
||||
console.log(this)
|
||||
console.log(event)
|
||||
if(event.button === CloudCommander.MOUSE_BUTTON.RIGHT)
|
||||
CloudCommander.Menu.show();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue