1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +03:00

restore focus_composer action

This commit is contained in:
Bruno Windels
2019-08-07 15:14:16 +02:00
parent d4ca087abe
commit e39c405c55
2 changed files with 14 additions and 0 deletions

View File

@@ -241,4 +241,8 @@ export default class BasicMessageEditor extends React.Component {
></div>
</div>);
}
focus() {
this._editorRef.focus();
}
}