forked from treehouse/mastodon
Fix CW field automatically getting the focus when it is always enabled
parent
ff74aaca7c
commit
a7f6e72b30
|
@ -323,6 +323,7 @@ class ComposeForm extends ImmutablePureComponent {
|
||||||
searchTokens={[':']}
|
searchTokens={[':']}
|
||||||
id='glitch.composer.spoiler.input'
|
id='glitch.composer.spoiler.input'
|
||||||
className='spoiler-input__input'
|
className='spoiler-input__input'
|
||||||
|
autoFocus={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue