From 6d29ac09be2df667d0f9612e47ad943b3ebc43cf Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Sat, 15 Oct 2022 11:14:02 +1300 Subject: [PATCH] Remove auto focus on reps for starting a plan Doesn't feel right to open the reps immediately on a page with so much content. The keyboard hides some of the stuff on the bottom. Also I find myself opening a plan up just to see what's on that day rather than editing right away. --- StartPlan.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/StartPlan.tsx b/StartPlan.tsx index c854595..cd73de1 100644 --- a/StartPlan.tsx +++ b/StartPlan.tsx @@ -121,7 +121,6 @@ export default function StartPlan() { onSubmitEditing={() => weightRef.current?.focus()} selection={selection} onSelectionChange={e => setSelection(e.nativeEvent.selection)} - autoFocus innerRef={repsRef} />