From db050f0b26f37023f8bedd200e1fb5c030d39c86 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 26 Dec 2025 11:21:04 +0800 Subject: [PATCH] bugfix --- bricks/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/popup.js b/bricks/popup.js index c418b6d..7574399 100644 --- a/bricks/popup.js +++ b/bricks/popup.js @@ -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;