This commit is contained in:
yumoqing 2025-12-31 15:44:27 +08:00
parent 20014c776a
commit 0009f46335

View File

@ -164,8 +164,9 @@ bricks.Popup = class extends bricks.VBox {
console.log('= resize_stat_pos()', this.origin_event_x, this.origin_event_y) console.log('= resize_stat_pos()', this.origin_event_x, this.origin_event_y)
} }
resizing(e){ resizing(e){
if (this.resizable_w.dom_element.contains != e.target){ if (this.resizable_w.dom_element != e.target){
this.stop_resizing(); this.stop_resizing();
console.log(this.resizable_w.dom_element. r.target);
return; return;
} }
if (!this.resize_status){ if (!this.resize_status){