From 2ce1fe417356e423cc53f3b5cd601728b6926199 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 16 Sep 2025 10:47:45 +0800 Subject: [PATCH] bugfix --- bricks/llm.js | 1 + 1 file changed, 1 insertion(+) 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;