bugfix
This commit is contained in:
parent
8cff3ed419
commit
fc5b07c82b
@ -344,7 +344,7 @@ bricks.PopupWindow = class extends bricks.Popup {
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
constructor(opts){
|
constructor(opts){
|
||||||
opts.moviable = true;
|
opts.movable = true;
|
||||||
opts.resizable = true;
|
opts.resizable = true;
|
||||||
var ao = opts.auto_open;
|
var ao = opts.auto_open;
|
||||||
opts.auto_open = false
|
opts.auto_open = false
|
||||||
|
Loading…
Reference in New Issue
Block a user