mirror of
https://github.com/funamitech/mastodon
synced 2024-12-02 16:58:53 +09:00
Fix CW field automatically getting the focus when it is always enabled
This commit is contained in:
parent
ff74aaca7c
commit
a7f6e72b30
@ -323,6 +323,7 @@ class ComposeForm extends ImmutablePureComponent {
|
||||
searchTokens={[':']}
|
||||
id='glitch.composer.spoiler.input'
|
||||
className='spoiler-input__input'
|
||||
autoFocus={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user