From b820c16c3a0dad1caa04ce93c87447eeed03f443 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 31 Dec 2025 15:23:10 +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 752b1d2..065a6bb 100644 --- a/bricks/popup.js +++ b/bricks/popup.js @@ -155,7 +155,7 @@ bricks.Popup = class extends bricks.VBox { return; } e.preventDefault(); - this.remember_moving_pos(); + this.remember_event_pos(); this.resize_status = true; } resizing(e){