mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
Update lib/client/menu.js
This commit is contained in:
parent
c6661cd872
commit
14ee930620
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ CloudCommander.Menu.Keys = (function(){
|
|||
var lThis = this;
|
||||
document.onmousedown = function(){
|
||||
var lTag = event.target.nodeName;
|
||||
if(event.button === CloudCommander.MOUSE_BUTTON.RIGHT &&
|
||||
if(event.button === CloudCommander.MOUSE_BUTTON.RIGHT)
|
||||
if(lTag === 'SPAN')
|
||||
lThis.setCurrentFile(event.target.parentElement.parentElement)
|
||||
else if(lTag === 'A')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue