From 76673bf2516081256d8d542bbf194498e707a4a8 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 2 Jul 2026 12:08:15 +0800 Subject: [PATCH] fix: catelog tab target should be app.llm_dialog_root (self container), not app.sage_main_content (main area) --- wwwroot/llm_dialog.ui | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wwwroot/llm_dialog.ui b/wwwroot/llm_dialog.ui index b5fa75d..2df67eb 100644 --- a/wwwroot/llm_dialog.ui +++ b/wwwroot/llm_dialog.ui @@ -15,6 +15,7 @@ {% if len(catelogs) > 1 %} { "widgettype":"VBox", + "id":"llm_dialog_root", "options":{ "width":"100%", "height":"100%" @@ -42,7 +43,7 @@ "wid":"self", "event":"click", "actiontype":"urlwidget", - "target":"app.sage_main_content", + "target":"app.llm_dialog_root", "mode":"replace", "options":{ "url":"{{entire_url('/llmage/llm_dialog.ui')}}?id={{params_kw.id}}&catelogid={{c.catelogid}}"