Fix CW field automatically getting the focus when it is always enabled

master
Thibaut Girka 2019-06-06 12:14:11 +02:00 committed by multiple creatures
parent 2982211167
commit 51ae1816da
1 changed files with 1 additions and 0 deletions

View File

@ -338,6 +338,7 @@ class ComposeForm extends ImmutablePureComponent {
searchTokens={[':']}
id='glitch.composer.spoiler.input'
className='spoiler-input__input'
autoFocus={false}
/>
</div>