From 0009f46335e131d8bb2ecf7b1060b3a54af6be52 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 31 Dec 2025 15:44:27 +0800 Subject: [PATCH] bugfix --- bricks/popup.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bricks/popup.js b/bricks/popup.js index 509c6c2..5c51b71 100644 --- a/bricks/popup.js +++ b/bricks/popup.js @@ -164,8 +164,9 @@ bricks.Popup = class extends bricks.VBox { console.log('= resize_stat_pos()', this.origin_event_x, this.origin_event_y) } resizing(e){ - if (this.resizable_w.dom_element.contains != e.target){ + if (this.resizable_w.dom_element != e.target){ this.stop_resizing(); + console.log(this.resizable_w.dom_element. r.target); return; } if (!this.resize_status){