From 17057bc9795dfb08f94b630a1f97fc79581454e0 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 28 Oct 2024 18:10:55 +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 42fc847..a148821 100644 --- a/bricks/popup.js +++ b/bricks/popup.js @@ -69,7 +69,7 @@ bricks.Popup = class extends bricks.VBox { } } this.set_style('top',lt.top); - thos.set_style('left',lt.left); + this.set_style('left',lt.left); this.set_style('display', 'block'); if (this.timeout > 0){ this.auto_task = schedule_once(this.auto_dismiss.bind(this), this.timeout)