fix: Removed autofocus (#1551)
This commit is contained in:
@ -63,7 +63,6 @@ export function CompanyNameEditableField({ company }: OwnProps) {
|
|||||||
<RecoilScope SpecificContext={FieldRecoilScopeContext}>
|
<RecoilScope SpecificContext={FieldRecoilScopeContext}>
|
||||||
<StyledEditableTitleInput
|
<StyledEditableTitleInput
|
||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
autoFocus
|
|
||||||
onChange={(event) => handleChange(event.target.value)}
|
onChange={(event) => handleChange(event.target.value)}
|
||||||
onBlur={handleSubmit}
|
onBlur={handleSubmit}
|
||||||
value={internalValue}
|
value={internalValue}
|
||||||
|
|||||||
Reference in New Issue
Block a user