This commit is contained in:
yumoqing 2025-01-16 22:08:27 +08:00
parent 8cff3ed419
commit fc5b07c82b

View File

@ -344,7 +344,7 @@ bricks.PopupWindow = class extends bricks.Popup {
}
*/
constructor(opts){
opts.moviable = true;
opts.movable = true;
opts.resizable = true;
var ao = opts.auto_open;
opts.auto_open = false