diff --git a/.changeset/fn-6122-quick-entry-focus.md b/.changeset/fn-6122-quick-entry-focus.md new file mode 100644 index 0000000000..e00b1c672a --- /dev/null +++ b/.changeset/fn-6122-quick-entry-focus.md @@ -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. diff --git a/packages/dashboard/app/components/QuickEntryBox.tsx b/packages/dashboard/app/components/QuickEntryBox.tsx index 1c5799b24d..510250667a 100644 --- a/packages/dashboard/app/components/QuickEntryBox.tsx +++ b/packages/dashboard/app/components/QuickEntryBox.tsx @@ -1507,6 +1507,7 @@ export function QuickEntryBox({ onCreate, addToast, tasks = [], availableModels,