bugfix
This commit is contained in:
parent
70a4831f2a
commit
6eb62d6a50
@ -180,7 +180,7 @@ bricks.Popup = class extends bricks.VBox {
|
|||||||
positify_tl(){
|
positify_tl(){
|
||||||
var rect, w, h, t, l;
|
var rect, w, h, t, l;
|
||||||
if (this.opts.eventpos && this.opts.origin_event){
|
if (this.opts.eventpos && this.opts.origin_event){
|
||||||
bricks.relocate_by_eventpos(ithis.opts.origin_event, this);
|
bricks.relocate_by_eventpos(this.opts.origin_event, this);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (this.top && this.left){
|
if (this.top && this.left){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user