This commit is contained in:
yumoqing 2025-12-31 15:26:48 +08:00
parent 95a1ed9115
commit fbe68831f8

View File

@ -174,7 +174,7 @@ bricks.Popup = class extends bricks.VBox {
return; return;
} }
this.is_resizing = true; this.is_resizing = true;
var d = calculate_moving_pos(e); var d = this.calculate_moving_pos(e);
var cx, cy; var cx, cy;
cx = this.get_width() + d.x; cx = this.get_width() + d.x;
cy = this.get_height() + d.y; cy = this.get_height() + d.y;