mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fix(view) close when click on content in overlay
This commit is contained in:
parent
1c39adb275
commit
cb00e547c6
1 changed files with 4 additions and 1 deletions
|
|
@ -34,7 +34,10 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
minWidth : 0,
|
||||
minHeight : 0,
|
||||
padding : 0,
|
||||
preload : 0
|
||||
preload : 0,
|
||||
overlay : {
|
||||
closeClick: false
|
||||
}
|
||||
};
|
||||
|
||||
View.show = show;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue