mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fix(view) onOverLayClick: add event
This commit is contained in:
parent
84c3e3932c
commit
8a2006b8a2
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
});
|
||||
}
|
||||
|
||||
function onOverLayClick(overlay) {
|
||||
function onOverLayClick(overlay, event) {
|
||||
var isCurrent, isFiles, isFilesPassive,
|
||||
files = Util.slice(Info.files),
|
||||
filesPassive= Util.slice(Info.filesPassive),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue