Merge pull request #6332 from SimonBrandner/fix/focus-composer-reaction/11023

This commit is contained in:
Michael Telatynski 2021-07-09 09:05:54 +01:00 committed by GitHub
commit ac309a0d08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 44 additions and 28 deletions

View file

@ -334,7 +334,7 @@ export default class ReplyThread extends React.Component {
events,
});
dis.fire(Action.FocusComposer);
dis.fire(Action.FocusSendMessageComposer);
}
render() {