This commit is contained in:
yumoqing 2025-12-26 11:21:04 +08:00
parent 6eb62d6a50
commit db050f0b26

View File

@ -321,7 +321,6 @@ bricks.Popup = class extends bricks.VBox {
this.target_w = w;
}
}
this.positify_tl()
}
this.no_opened = false;
this.set_style('display', 'block');
@ -333,6 +332,7 @@ bricks.Popup = class extends bricks.VBox {
this.target_w.disabled(true);
}
this.bring_to_top();
this.positify_tl();
}
dismiss(){
if (! this.opened) return;