From 49cfa7fe88922b20d6c34814dd80226381bcbd25 Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Tue, 9 Jun 2026 22:49:35 -0700 Subject: [PATCH] FN-6165: fix builtin workflow prompt expansion Keep builtin workflow prompts expandable while preserving read-only behavior. - move the builtin-disabled fieldset so the prompt expand control stays clickable - mark inline and fullscreen builtin prompt textareas read-only instead of disabling them - add coverage for desktop and mobile builtin prompt expansion behavior in WorkflowNodeEditor Files changed: .../app/components/WorkflowNodeEditor.tsx | 7 +++ .../__tests__/WorkflowNodeEditor.test.tsx | 61 ++++++++++++++++++++++ 2 files changed, 68 insertions(+) Fusion-Task-Id: FN-6165 Fusion-Task-Lineage: 02b1dd9f-6034-46a4-8790-75f1170ddb84 --- .../app/components/WorkflowNodeEditor.tsx | 7 +++ .../__tests__/WorkflowNodeEditor.test.tsx | 61 +++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/packages/dashboard/app/components/WorkflowNodeEditor.tsx b/packages/dashboard/app/components/WorkflowNodeEditor.tsx index 77d03c33cb..aa1a5dd041 100644 --- a/packages/dashboard/app/components/WorkflowNodeEditor.tsx +++ b/packages/dashboard/app/components/WorkflowNodeEditor.tsx @@ -2148,6 +2148,7 @@ function InnerEditor({