mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
Update lib/client/menu.js
This commit is contained in:
parent
76946785f1
commit
3326e52bf9
1 changed files with 4 additions and 2 deletions
|
|
@ -75,10 +75,12 @@ CloudCommander.Menu.set = (function(){
|
|||
|
||||
var lThis = this;
|
||||
|
||||
$('li').on('contextmenu:hide.contextMenu',
|
||||
$(document).on('contextmenu:hide.contextMenu',
|
||||
function(pEvent){
|
||||
console.log(pEvent);
|
||||
lThis.setCurrentFile(pEvent.target);
|
||||
/*
|
||||
lThis.setCurrentFile(pEvent.target);
|
||||
*/
|
||||
}, false);
|
||||
|
||||
this.seted = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue