From 16418a03ef73a3286e8d23150e49d49a58fb0bd2 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 8 Jul 2026 18:53:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20pipeline=5Fcore=20index.ui=20=E2=80=94?= =?UTF-8?q?=20widget=20id=20mismatch=20broke=20card=20clicks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cards used target=app.pipeline_core_content but widget id was app.pipeline_core_content (dot in name). Fixed: id → pipeline_core_content, now matches bricks app.child lookup. --- wwwroot/index.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 378bb9f..1fd46dc 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -188,7 +188,7 @@ }, { "widgettype": "VScrollPanel", - "id": "app.pipeline_core_content", + "id": "pipeline_core_content", "options": { "css": "filler", "width": "100%",