[Glitch] autofocus the compose form again on /share

Port e73b55184b to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Akira Ouchi
2023-01-30 22:49:10 +09:00
committed by Claire
parent 372fa3fe36
commit 8ce02aa6e8
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ export default class Compose extends React.PureComponent {
render () {
return (
<div>
<ComposeFormContainer />
<ComposeFormContainer autoFocus />
<NotificationsContainer />
<ModalContainer />
<LoadingBarContainer className='loading-bar' />