bugfix
This commit is contained in:
parent
f85081f02e
commit
17057bc979
@ -69,7 +69,7 @@ bricks.Popup = class extends bricks.VBox {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.set_style('top',lt.top);
|
this.set_style('top',lt.top);
|
||||||
thos.set_style('left',lt.left);
|
this.set_style('left',lt.left);
|
||||||
this.set_style('display', 'block');
|
this.set_style('display', 'block');
|
||||||
if (this.timeout > 0){
|
if (this.timeout > 0){
|
||||||
this.auto_task = schedule_once(this.auto_dismiss.bind(this), this.timeout)
|
this.auto_task = schedule_once(this.auto_dismiss.bind(this), this.timeout)
|
||||||
|
Loading…
Reference in New Issue
Block a user