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