bugfix
This commit is contained in:
parent
e29bd44137
commit
aa95c11e2d
@ -179,7 +179,7 @@ bricks.Popup = class extends bricks.VBox {
|
||||
|
||||
positify_tl(){
|
||||
var rect, w, h, t, l;
|
||||
if (self.opts.eventpos && self.opts.origin_event){
|
||||
if (this.opts.eventpos && this.opts.origin_event){
|
||||
this.set_style('top', this.origin_event.offsetY + 'px');
|
||||
this.set_style('left', this.origin_event.offsetX + 'px');
|
||||
return;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user