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
f115931bab
commit
da48c6ed0e
1 changed files with 3 additions and 1 deletions
|
|
@ -103,7 +103,9 @@ CloudCommander.Menu.Keys = (function(){
|
|||
}
|
||||
|
||||
/* showing context menu preview*/
|
||||
CloudCommander.Menu.show();
|
||||
if(lTag === 'SPAN' || lTag === 'A')
|
||||
CloudCommander.Menu.show();
|
||||
else CloudCommander.Menu.set();
|
||||
});
|
||||
|
||||
CloudCommander.Menu.load(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue