This commit is contained in:
yumoqing 2026-05-24 16:42:09 +08:00
parent 0149c401b1
commit 83f1214a37

View File

@ -320,6 +320,7 @@ bricks.RefreshWidget = class extends bricks.VBox {
};
var w = await bricks.widgetBuild(desc, this);
if (w){
this.clear_widgets();
this.add_widget(w)
}
schedule_once(this.show_widget.bind(this), this.opts.period_seconds);