diff --git a/bricks/llm.js b/bricks/llm.js index 5892ef9..0db4832 100644 --- a/bricks/llm.js +++ b/bricks/llm.js @@ -119,6 +119,7 @@ bricks.ModelOutput = class extends bricks.VBox { if (this.run) { this.run.stop_timepass(); this.content.remove_widget(this.run); + this.run = null; } this.filler.update(data); return;