1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Revert "remove unnessary manual focussing of composer"

This reverts commit 57abbc4273.
This commit is contained in:
Bruno Windels
2019-07-23 09:13:51 +02:00
parent e3ffdf1dff
commit ceb53dc0bb
5 changed files with 22 additions and 0 deletions

View File

@@ -498,6 +498,9 @@ export default class ContentMessages {
this.inprogress.push(upload);
dis.dispatch({action: 'upload_started'});
// Focus the composer view
dis.dispatch({action: 'focus_composer'});
let error;
function onProgress(ev) {