From 6eb62d6a502b9fafb1a6784bedfd13a00b221a95 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 26 Dec 2025 11:04:17 +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 c871ca8..c418b6d 100644 --- a/bricks/popup.js +++ b/bricks/popup.js @@ -180,7 +180,7 @@ bricks.Popup = class extends bricks.VBox { positify_tl(){ var rect, w, h, t, l; if (this.opts.eventpos && this.opts.origin_event){ - bricks.relocate_by_eventpos(ithis.opts.origin_event, this); + bricks.relocate_by_eventpos(this.opts.origin_event, this); return; } if (this.top && this.left){