This commit is contained in:
yumoqing 2025-09-16 10:47:45 +08:00
parent c810e18650
commit 2ce1fe4173

View File

@ -119,6 +119,7 @@ bricks.ModelOutput = class extends bricks.VBox {
if (this.run) { if (this.run) {
this.run.stop_timepass(); this.run.stop_timepass();
this.content.remove_widget(this.run); this.content.remove_widget(this.run);
this.run = null;
} }
this.filler.update(data); this.filler.update(data);
return; return;