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)
|
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){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user