This commit is contained in:
yumoqing 2024-10-28 17:54:17 +08:00
parent 7489da5bd6
commit f85081f02e

View File

@ -46,7 +46,7 @@ bricks.Popup = class extends bricks.VBox {
open(){
var rect;
if (this.widget instanceof bricks.Widget){
if (this.widget instanceof bricks.JsWidget){
rect = this.widget.showRectage()
this.issub = true;
} else if (this.widget instanceof String){