diff --git a/src/components/editors/EditorButtons/index.tsx b/src/components/editors/EditorButtons/index.tsx index 6eec2727..1b11ddba 100644 --- a/src/components/editors/EditorButtons/index.tsx +++ b/src/components/editors/EditorButtons/index.tsx @@ -23,7 +23,7 @@ const EditorButtons: FC = () => { title="Название" value={values.title} handler={handleChange('title')} - autoFocus + autoFocus={!isMobile} maxLength={256} disabled={isSubmitting} />