bugfix
This commit is contained in:
parent
7489da5bd6
commit
f85081f02e
@ -46,7 +46,7 @@ bricks.Popup = class extends bricks.VBox {
|
|||||||
open(){
|
open(){
|
||||||
var rect;
|
var rect;
|
||||||
|
|
||||||
if (this.widget instanceof bricks.Widget){
|
if (this.widget instanceof bricks.JsWidget){
|
||||||
rect = this.widget.showRectage()
|
rect = this.widget.showRectage()
|
||||||
this.issub = true;
|
this.issub = true;
|
||||||
} else if (this.widget instanceof String){
|
} else if (this.widget instanceof String){
|
||||||
|
Loading…
Reference in New Issue
Block a user