fix: pipeline_core index.ui — widget id mismatch broke card clicks

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.
This commit is contained in:
yumoqing 2026-07-08 18:53:23 +08:00
parent 5a7c0b438d
commit 16418a03ef

View File

@ -188,7 +188,7 @@
}, },
{ {
"widgettype": "VScrollPanel", "widgettype": "VScrollPanel",
"id": "app.pipeline_core_content", "id": "pipeline_core_content",
"options": { "options": {
"css": "filler", "css": "filler",
"width": "100%", "width": "100%",