FN-6122: prevent quick-entry buttons from refocusing textarea
Keep quick-entry textarea focus stable while action buttons are clicked. - prevent mousedown on refine, deps, attach, models, node, agent, and priority controls from stealing textarea focus - add quick-entry focus regression coverage for individual controls and the full action row - add a patch changeset for the quick-entry focus behavior fix Files changed: .changeset/fn-6122-quick-entry-focus.md | 5 ++ .../dashboard/app/components/QuickEntryBox.tsx | 7 ++ .../components/__tests__/QuickEntryBox.test.tsx | 87 ++++++++++++++++++++++ 3 files changed, 99 insertions(+) Fusion-Task-Id: FN-6122 Fusion-Task-Lineage: 2a8f876d-f387-4b04-bd1e-0bf79938707e
This commit is contained in:
5
.changeset/fn-6122-quick-entry-focus.md
Normal file
5
.changeset/fn-6122-quick-entry-focus.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
Prevent QuickEntry quick-action buttons from stealing or restoring textarea focus on mouse down, preserving existing click behavior while avoiding unwanted mobile keyboard refocus.
|
||||
Reference in New Issue
Block a user