bugfix
This commit is contained in:
parent
6eb62d6a50
commit
db050f0b26
@ -321,7 +321,6 @@ bricks.Popup = class extends bricks.VBox {
|
|||||||
this.target_w = w;
|
this.target_w = w;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.positify_tl()
|
|
||||||
}
|
}
|
||||||
this.no_opened = false;
|
this.no_opened = false;
|
||||||
this.set_style('display', 'block');
|
this.set_style('display', 'block');
|
||||||
@ -333,6 +332,7 @@ bricks.Popup = class extends bricks.VBox {
|
|||||||
this.target_w.disabled(true);
|
this.target_w.disabled(true);
|
||||||
}
|
}
|
||||||
this.bring_to_top();
|
this.bring_to_top();
|
||||||
|
this.positify_tl();
|
||||||
}
|
}
|
||||||
dismiss(){
|
dismiss(){
|
||||||
if (! this.opened) return;
|
if (! this.opened) return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user