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.
This commit is contained in:
Brandon Presley 2022-10-15 11:14:02 +13:00
parent d97cdbfe99
commit 6d29ac09be
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ export default function StartPlan() {
onSubmitEditing={() => weightRef.current?.focus()}
selection={selection}
onSelectionChange={e => setSelection(e.nativeEvent.selection)}
autoFocus
innerRef={repsRef}
/>
<MassiveInput