mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
not autofocusing on title if node is edited on mobile
This commit is contained in:
parent
042f238590
commit
5c9357f83f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const EditorButtons: FC = () => {
|
||||||
title="Название"
|
title="Название"
|
||||||
value={values.title}
|
value={values.title}
|
||||||
handler={handleChange('title')}
|
handler={handleChange('title')}
|
||||||
autoFocus
|
autoFocus={!isMobile}
|
||||||
maxLength={256}
|
maxLength={256}
|
||||||
disabled={isSubmitting}
|
disabled={isSubmitting}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue