You've already forked matrix-react-sdk
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:
@@ -241,4 +241,8 @@ export default class BasicMessageEditor extends React.Component {
|
||||
></div>
|
||||
</div>);
|
||||
}
|
||||
|
||||
focus() {
|
||||
this._editorRef.focus();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user