bugfix
This commit is contained in:
parent
20014c776a
commit
0009f46335
@ -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){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user