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

lolsob-rspec
Thibaut Girka 2019-06-06 12:14:11 +02:00 committed by ThibG
parent 5e251a9b55
commit 2b54b78962
1 changed files with 1 additions and 0 deletions

View File

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