From 9fc892b25c0d951e8cf01962f922ced347df8272 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 8 Jan 2026 17:55:42 +0800 Subject: [PATCH] bugfix --- bricks/llmout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/llmout.js b/bricks/llmout.js index 89e5019..2521393 100644 --- a/bricks/llmout.js +++ b/bricks/llmout.js @@ -110,7 +110,7 @@ bricks.LlmOut = class extends bricks.VBox { this.glb_w = new bricks.GlbViewer({ url:data.glb, width: '100%' - } + }); } if (data.video){ if (!this.v_w){