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 76a7e0444f
commit 7f50eba204

View File

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